This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
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 17:47:23 -07:00
#[
deprecated = b
"
test
"
]
//~ ERROR malformed `deprecated` attribute
allow shorthand syntax for deprecation reason
2019-02-04 12:41:01 -05:00
fn
foo
(
)
{
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink