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-30 20:17:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
rust
/
tests
/
ui
/
pub
/
pub-ident-struct-with-lifetime.rs
5 lines
95 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
pub
S
<
'
a
>
{
Add suggestions for possible missing `fn`, `struct`, or `enum` keywords
2024-07-06 10:14:53 +00:00
//~^ ERROR missing `enum` or `struct` for enum or struct definition
Suggest an appropriate token when encountering `pub Ident<'a>`
2018-11-26 18:11:46 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink