This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a7597a1526
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-30 23:43:33 -06:00
// pp-exact
trait
Foo
{
#![
allow(bar)
]
}
Pretty print empty blocks as {}
2021-12-01 13:45:14 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink