Skip to content

Commit 7cff322

Browse files
authored
Rollup merge of #69917 - GuillaumeGomez:cleanup-e0412, r=Dylan-DPC
Cleanup E0412 and E0422 r? @Dylan-DPC
2 parents 953df1a + 752b511 commit 7cff322

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/librustc_error_codes/error_codes/E0412.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The type name used is not in scope.
1+
A used type name is not in scope.
22

33
Erroneous code examples:
44

src/librustc_error_codes/error_codes/E0422.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
You are trying to use an identifier that is either undefined or not a struct.
1+
An identifier that is neither defined nor a struct was used.
2+
23
Erroneous code example:
34

45
```compile_fail,E0422

0 commit comments

Comments
 (0)