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-11-29 10:13:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5043c574ac
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-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