diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2018-12-27 03:07:00 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2018-12-27 15:51:37 +0300 |
| commit | bc16edeb28e38e5bbed8828fb6314b1cc5151235 (patch) | |
| tree | 1bd486b508894dd6e1ef4bb0902cd96c15cca7dc /src/test/ui/parser | |
| parent | 37af04ff8d784969882296c0fb74aa3e68624873 (diff) | |
| download | rust-bc16edeb28e38e5bbed8828fb6314b1cc5151235.tar.gz rust-bc16edeb28e38e5bbed8828fb6314b1cc5151235.zip | |
Fix rebase and more CI failures
Diffstat (limited to 'src/test/ui/parser')
| -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 fb7a1fce549..a624d574c45 100644 --- a/src/test/ui/parser/macro/pub-item-macro.stderr +++ b/src/test/ui/parser/macro/pub-item-macro.stderr @@ -10,7 +10,7 @@ LL | pub_x!(); = help: try adjusting the macro to put `pub` inside the invocation error[E0603]: static `x` is private - --> $DIR/pub-item-macro.rs:27:23 + --> $DIR/pub-item-macro.rs:17:23 | LL | let y: u32 = foo::x; //~ ERROR static `x` is private | ^ |
