Fix an error in diagnostic codes

This commit is contained in:
Alex Crichton 2017-08-11 13:09:25 -07:00
parent 3971a3d55c
commit 84af3d8f3b

View file

@ -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;