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
60443d4888
rust
/
src
/
test
/
compile-fail
/
issue-2123.rs
10 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Add xfailed test for #2123
2012-08-13 19:49:49 -05:00
// xfail-test
// error-pattern:unresolved import: m::f
test: "import" -> "use"
2012-09-05 14:32:05 -05:00
use
x
=
m
::
f
;
Add xfailed test for #2123
2012-08-13 19:49:49 -05:00
mod
m
{
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink