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
2
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
imports
/
import3.rs
4 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
compiletest: Require `//~` annotations even if `error-pattern` is specified
2025-03-29 02:41:32 +03:00
use
main
::
bar
;
//~ ERROR unresolved import `main`
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 11:19:50 -07:00
Move some tests to subdirectories
2020-12-07 02:01:35 +03:00
fn
main
(
)
{
println!
(
"
foo
"
)
;
}
Reference in New Issue
Copy Permalink