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-05-14 02:49:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
rust
/
tests
/
pretty
/
trait-inner-attr.rs
8 lines
61 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
2024-02-22 12:10:29 +00:00
//@ pp-exact
parser: unify item list parsing. as a consequence, `trait X { #![attr] }` becomes legal.
2020-01-31 05:43:33 +00:00
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