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