diff options
| author | Glenn Hope <glenn.alexander.hope@gmail.com> | 2020-05-09 10:14:29 -0700 |
|---|---|---|
| committer | Glenn Hope <glenn.alexander.hope@gmail.com> | 2020-05-09 11:10:16 -0700 |
| commit | 0ba61c612ee873314d252ca1f747c14a2f0161ba (patch) | |
| tree | c3b55c84d0bbfa6cde2f607f50e1e56649c1bd30 /tests | |
| parent | a339766136a183327faaf13b987be30b2940872e (diff) | |
| download | rust-0ba61c612ee873314d252ca1f747c14a2f0161ba.tar.gz rust-0ba61c612ee873314d252ca1f747c14a2f0161ba.zip | |
Check is_macro inside check_exceptions, update references to fix test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/wildcard_imports.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/wildcard_imports.stderr b/tests/ui/wildcard_imports.stderr index de07bd1d69b..fab43b738eb 100644 --- a/tests/ui/wildcard_imports.stderr +++ b/tests/ui/wildcard_imports.stderr @@ -105,19 +105,19 @@ LL | use super::*; | ^^^^^^^^ help: try: `super::insidefoo` error: usage of wildcard import - --> $DIR/wildcard_imports.rs:208:13 + --> $DIR/wildcard_imports.rs:207:13 | LL | use super_imports::*; | ^^^^^^^^^^^^^^^^ help: try: `super_imports::foofoo` error: usage of wildcard import - --> $DIR/wildcard_imports.rs:217:17 + --> $DIR/wildcard_imports.rs:216:17 | LL | use super::super::*; | ^^^^^^^^^^^^^^^ help: try: `super::super::foofoo` error: usage of wildcard import - --> $DIR/wildcard_imports.rs:226:13 + --> $DIR/wildcard_imports.rs:225:13 | LL | use super::super::super_imports::*; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `super::super::super_imports::foofoo` |
