This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
17d62bcb1d
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
Copy permalink