This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a49570fd20
rust
/
tests
/
ui
/
deprecation
/
invalid-literal.rs
5 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
Reword malformed attribute input diagnostics - Handle empty `cfg_attr` attribute - Reword empty `derive` attribute error - Use consistend error message: "malformed `attrname` attribute input" - Provide suggestions when possible - Move note/help to label/suggestion - Use consistent wording "ill-formed" -> "malformed" - Move diagnostic logic out of parser
2019-05-21 19:47:23 -05:00
#[
deprecated = b
"
test
"
]
//~ ERROR malformed `deprecated` attribute
allow shorthand syntax for deprecation reason
2019-02-04 11:41:01 -06:00
fn
foo
(
)
{
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink