Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
final-kw.rs
blob: d68b6908d76a7a3a0410cb17bc4b23aa0bbbf4cf [
file
]
trait
Foo
{
final
fn
final_
()
{}
fn
not_final
()
{}
}