This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
imports
/
issue-37887.rs
5 lines
108 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix some E-needstest issues. Also ignore `attr-on-trait` test on stage-1 to keep `./x.py test --stage 1` successful. Fixes #30355. Fixes #33241. Fixes #36400. Fixes #37887. Fixes #44578.
2017-10-04 15:12:01 +02:00
fn
main
(
)
{
Handle a few more simple tests
2024-04-18 17:03:17 -04:00
extern
crate
test
;
//~ ERROR use of unstable
use
test
::
*
;
//~ ERROR unresolved import
Fix some E-needstest issues. Also ignore `attr-on-trait` test on stage-1 to keep `./x.py test --stage 1` successful. Fixes #30355. Fixes #33241. Fixes #36400. Fixes #37887. Fixes #44578.
2017-10-04 15:12:01 +02:00
}
Reference in New Issue
Copy Permalink