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