This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
58e901b6fd
rust
/
tests
/
pretty
/
trait-inner-attr.rs
8 lines
60 B
Rust
Raw
Normal View
History
Unescape
Escape
parser: unify item list parsing. as a consequence, `trait X { #![attr] }` becomes legal.
2020-01-31 06:43:33 +01:00
// pp-exact
trait
Foo
{
#![
allow(bar)
]
}
Pretty print empty blocks as {}
2021-12-01 11:45:14 -08:00
fn
main
(
)
{
}
Copy permalink