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
bad05e20a35318c7790990683bcdf2d254c8059a
rust
/
src
/
test
/
compile-fail
/
import-loop.rs
8 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix mistaken replacements in error-pattern comments in tests
2011-05-12 21:45:29 +02:00
// error-pattern:cyclic import
Catch cyclic imports harder. Add 2 tests to confirm.
2010-07-09 11:59:00 -07:00
import
x
;
fn
main
(
)
{
auto
y
=
x
;
}
Reference in New Issue
Copy Permalink