We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1eeadd commit 039da0bCopy full SHA for 039da0b
src/librustc_error_codes/error_codes/E0583.md
@@ -2,7 +2,7 @@ A file wasn't found for an out-of-line module.
2
3
Erroneous code example:
4
5
-```ignore (compile_fail not working here; see Issue #43707)
+```compile_fail,E0583
6
mod file_that_doesnt_exist; // error: file not found for module
7
8
fn main() {}
src/librustc_error_codes/error_codes/E0761.md
@@ -14,7 +14,7 @@ fn foo() {}
14
fn foo() {}
15
```
16
17
+```ignore (multiple source files required for compile_fail)
18
mod ambiguous_module; // error: file for module `ambiguous_module`
19
// found at both ambiguous_module.rs and
20
// ambiguous_module.rs/mod.rs
0 commit comments