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
master
rust
/
tests
/
ui
/
invalid-module-declaration
/
invalid-module-declaration.rs
8 lines
89 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Add tests for module suggestions
2017-01-03 12:19:13 +01:00
mod
auxiliary
{
mod
foo
;
}
fn
main
(
)
{
}
compiletest: Support matching on diagnostics without a span
2025-03-23 15:50:51 +03:00
//~? ERROR file not found for module `baz`
Reference in New Issue
Copy Permalink