This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
62ba3e70a1
rust
/
tests
/
ui
/
pub
/
pub-ident-with-lifetime-incomplete.rs
6 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
Suggest an appropriate token when encountering `pub Ident<'a>`
2018-11-26 10:11:46 -08:00
fn
main
(
)
{
}
pub
foo
<
'
a
>
Use appropriate terminology based on heuristic
2018-11-30 15:05:13 -08:00
//~^ ERROR missing `fn` or `struct` for function or struct definition
Copy permalink