This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-29 19:47:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14e59bb317
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 18:11:46 +00:00
fn
main
(
)
{
}
pub
foo
<
'
a
>
Use appropriate terminology based on heuristic
2018-11-30 23:05:13 +00:00
//~^ ERROR missing `fn` or `struct` for function or struct definition
Reference in New Issue
Copy Permalink