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
e0e7a432db38ac26355e7c60219c27720b9ec42f
rust
/
tests
/
ui
/
attr-bad-crate-attr.rs
5 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ error-pattern: expected item
Add better error messages for bad attributes in .rc files Issue #487
2011-06-16 17:18:35 -07:00
Convert most code to new inner attribute syntax. Closes #2569
2014-03-21 18:05:05 -07:00
#![
attr =
"
val
"
]
Add better error messages for bad attributes in .rc files Issue #487
2011-06-16 17:18:35 -07:00
#[
attr =
"
val
"
]
// Unterminated
Reference in New Issue
Copy Permalink