Skip to content

Commit 039da0b

Browse files
committed
Update comments
1 parent a1eeadd commit 039da0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustc_error_codes/error_codes/E0583.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ A file wasn't found for an out-of-line module.
22

33
Erroneous code example:
44

5-
```ignore (compile_fail not working here; see Issue #43707)
5+
```compile_fail,E0583
66
mod file_that_doesnt_exist; // error: file not found for module
77
88
fn main() {}

src/librustc_error_codes/error_codes/E0761.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fn foo() {}
1414
fn foo() {}
1515
```
1616

17-
```ignore (compile_fail not working here; see Issue #43707)
17+
```ignore (multiple source files required for compile_fail)
1818
mod ambiguous_module; // error: file for module `ambiguous_module`
1919
// found at both ambiguous_module.rs and
2020
// ambiguous_module.rs/mod.rs

0 commit comments

Comments
 (0)