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