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