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-05-14 02:49:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fd1a263fc7
rust
/
tests
/
ui
/
attr-bad-crate-attr.rs
5 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove the crate language
2012-11-19 01:56:50 +00:00
// error-pattern: expected item
Add better error messages for bad attributes in .rc files Issue #487
2011-06-17 00:18:35 +00:00
Convert most code to new inner attribute syntax. Closes #2569
2014-03-22 01:05:05 +00:00
#![
attr =
"
val
"
]
Add better error messages for bad attributes in .rc files Issue #487
2011-06-17 00:18:35 +00:00
#[
attr =
"
val
"
]
// Unterminated
Reference in New Issue
Copy Permalink