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
aad1db737347b93b51a7dc45dcb6bec9e367bc02
rust
/
tests
/
ui
/
parser
/
attribute
/
attr-dangling-in-fn.rs
9 lines
81 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 statement
Fix damage done by the pretty-printer
2011-07-27 14:48:34 +02:00
fn
f
(
)
{
#[
foo =
"
bar
"
]
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink