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
2024-12-18 11:34:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6e5f1dacf3
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-22 00:47:23 +00:00
#[
deprecated = b
"
test
"
]
//~ ERROR malformed `deprecated` attribute
allow shorthand syntax for deprecation reason
2019-02-04 17:41:01 +00:00
fn
foo
(
)
{
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink