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
2d45df3caa
rust
/
tests
/
ui
/
issues
/
issue-47673.rs
7 lines
69 B
Rust
Raw
Normal View
History
Unescape
Escape
Use check-pass in ui tests where appropriate
2019-11-03 18:00:00 -06:00
// check-pass
Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling with clean stderr again. Most were added mechanically.
2018-09-25 16:51:35 -05:00
#![
allow(unused_imports)
]
Fix ICE when use trees have multiple empty nested groups
2018-01-24 06:13:39 -06:00
use
{
{
}
,
{
}
}
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink