diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2020-03-22 15:36:54 -0700 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2020-03-22 15:36:54 -0700 |
| commit | 854b78fe22af2ed010cc4367c3456eccf427b6dc (patch) | |
| tree | ba28904fbb2de8e40498a9f397499d7856294742 /src/test/ui/parser/macro | |
| parent | 94bbd46682fdf37aae7fe661e9f925649d439c36 (diff) | |
| download | rust-854b78fe22af2ed010cc4367c3456eccf427b6dc.tar.gz rust-854b78fe22af2ed010cc4367c3456eccf427b6dc.zip | |
Normalize wording of privacy access labels
Diffstat (limited to 'src/test/ui/parser/macro')
| -rw-r--r-- | src/test/ui/parser/macro/pub-item-macro.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/macro/pub-item-macro.stderr b/src/test/ui/parser/macro/pub-item-macro.stderr index 4ff96532e03..1c5613ac986 100644 --- a/src/test/ui/parser/macro/pub-item-macro.stderr +++ b/src/test/ui/parser/macro/pub-item-macro.stderr @@ -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 |
