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
2025-04-28 19:17:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14e59bb317
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 05:43:33 +00:00
// pp-exact
trait
Foo
{
#![
allow(bar)
]
}
Pretty print empty blocks as {}
2021-12-01 19:45:14 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink