diff options
| author | Cameron Steffen <cam.steffen94@gmail.com> | 2021-10-14 13:28:28 -0500 |
|---|---|---|
| committer | Cameron Steffen <cam.steffen94@gmail.com> | 2021-10-15 02:36:58 -0500 |
| commit | 90f4521cfdfc85fc04759cfba2f86a6acc096cb3 (patch) | |
| tree | f5fdf5b627cdb8e11004d2f5417c2006e75cb80a /src/test/ui/modules | |
| parent | f005e9fe96a938947e8f8e3c85268a2b2ed686c1 (diff) | |
| download | rust-90f4521cfdfc85fc04759cfba2f86a6acc096cb3.tar.gz rust-90f4521cfdfc85fc04759cfba2f86a6acc096cb3.zip | |
Bless tests
Diffstat (limited to 'src/test/ui/modules')
| -rw-r--r-- | src/test/ui/modules/issue-56411.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/modules/issue-56411.stderr b/src/test/ui/modules/issue-56411.stderr index cbeaafd9268..5ab4542b040 100644 --- a/src/test/ui/modules/issue-56411.stderr +++ b/src/test/ui/modules/issue-56411.stderr @@ -10,7 +10,7 @@ LL | pub use self::$name; | you can use `as` to change the binding name of the import ... LL | import!(("issue-56411-aux.rs", issue_56411_aux)); - | ------------------------------------------------- in this macro invocation + | ------------------------------------------------ in this macro invocation | = note: `issue_56411_aux` must be defined only once in the type namespace of this module = note: this error originates in the macro `import` (in Nightly builds, run with -Z macro-backtrace for more info) @@ -22,7 +22,7 @@ LL | pub use self::$name; | ^^^^^^^^^^^ re-export of private `issue_56411_aux` ... LL | import!(("issue-56411-aux.rs", issue_56411_aux)); - | ------------------------------------------------- in this macro invocation + | ------------------------------------------------ in this macro invocation | = note: consider declaring type or module `issue_56411_aux` with `pub` = note: this error originates in the macro `import` (in Nightly builds, run with -Z macro-backtrace for more info) |
