We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2faa262 commit 69ea85dCopy full SHA for 69ea85d
compiler/rustc_error_codes/src/error_codes/E0577.md
@@ -3,7 +3,7 @@ Something other than a module was found in visibility scope.
3
Erroneous code example:
4
5
```compile_fail,E0577,edition2018
6
-pub struct Sea;
+pub enum Sea {}
7
8
pub (in crate::Sea) struct Shark; // error!
9
0 commit comments