Normalize wording of privacy access labels

This commit is contained in:
Esteban Küber 2020-03-22 15:36:54 -07:00
parent 94bbd46682
commit 854b78fe22
89 changed files with 370 additions and 332 deletions

View file

@ -14,7 +14,7 @@ error[E0603]: static `x` is private
--> $DIR/pub-item-macro.rs:20:23
|
LL | let y: u32 = foo::x;
| ^ this static is private
| ^ private static
|
note: the static `x` is defined here
--> $DIR/pub-item-macro.rs:5:9