error[E0658]: non-ascii idents are not fully supported
  --> $DIR/local-modularized-tricky-fail-2.rs:20:32
   |
LL | exported!();
   | ------------ in this macro invocation
...
LL |                 () => ( struct Б; )
   |                                ^
   |
   = note: see issue #55467 <https://github.com/rust-lang/rust/issues/55467> for more information
   = help: add `#![feature(non_ascii_idents)]` to the crate attributes to enable
   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: non-ascii idents are not fully supported
  --> $DIR/local-modularized-tricky-fail-2.rs:36:24
   |
LL |     panic!();
   |     --------- in this macro invocation
...
LL |         () => ( struct Г; )
   |                        ^
   |
   = note: see issue #55467 <https://github.com/rust-lang/rust/issues/55467> for more information
   = help: add `#![feature(non_ascii_idents)]` to the crate attributes to enable
   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: non-ascii idents are not fully supported
  --> $DIR/local-modularized-tricky-fail-2.rs:46:24
   |
LL | include!();
   | ----------- in this macro invocation
...
LL |         () => ( struct Д; )
   |                        ^
   |
   = note: see issue #55467 <https://github.com/rust-lang/rust/issues/55467> for more information
   = help: add `#![feature(non_ascii_idents)]` to the crate attributes to enable
   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to 3 previous errors

For more information about this error, try `rustc --explain E0658`.
