Fix an error in diagnostic codes
This commit is contained in:
parent
3971a3d55c
commit
84af3d8f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -4649,7 +4649,7 @@ A private item was used outside of its scope.
|
|||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0627
|
||||
```compile_fail,E0624
|
||||
mod inner {
|
||||
pub struct Foo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue