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
2
Packages
Projects
Releases
Wiki
Activity
Files
901b340c1f5d208561d4261cc3ee634973b35326
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