Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
pub
/
pub-ident-fn-with-lifetime-2.rs
blob: 3fb93cb669b74598eecaa194dafb24e1348ba640 [
file
] [
log
] [
blame
]
pub
bar
<
'a>(&self, _s: &'
a usize
)
->
bool
{
true
}
//~^ ERROR missing `fn` for method definition
fn
main
()
{
bar
(
2
);
}