This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-05-17 14:23:25 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3dec71ea8f3dc2a74f6f125e580fa8b36c91dee9
rust
/
tests
/
ui
/
invalid-module-declaration
/
invalid-module-declaration.rs
T
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00
6 lines
45 B
Rust
Raw
Blame
History
mod
auxiliary
{
mod
foo
;
}
fn
main
(
)
{
}
Reference in New Issue
View Git Blame
Copy Permalink