2019-04-10 18:40:12 -05:00
|
|
|
error[E0658]: non-ascii idents are not fully supported
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/local-modularized-tricky-fail-2.rs:20:32
|
2018-07-29 06:51:17 -05:00
|
|
|
|
|
|
|
|
LL | exported!();
|
|
|
|
| ------------ in this macro invocation
|
|
|
|
...
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | () => ( struct Б; )
|
2018-07-29 06:51:17 -05:00
|
|
|
| ^
|
|
|
|
|
|
2019-04-11 13:42:06 -05:00
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/55467
|
2019-07-09 04:32:08 -05:00
|
|
|
= help: add `#![feature(non_ascii_idents)]` to the crate attributes to enable
|
2018-07-29 06:51:17 -05:00
|
|
|
|
2019-04-10 18:40:12 -05:00
|
|
|
error[E0658]: non-ascii idents are not fully supported
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/local-modularized-tricky-fail-2.rs:36:24
|
2018-07-29 06:51:17 -05:00
|
|
|
|
|
|
|
|
LL | panic!();
|
|
|
|
| --------- in this macro invocation
|
|
|
|
...
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | () => ( struct Г; )
|
2018-07-29 06:51:17 -05:00
|
|
|
| ^
|
|
|
|
|
|
2019-04-11 13:42:06 -05:00
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/55467
|
2019-07-09 04:32:08 -05:00
|
|
|
= help: add `#![feature(non_ascii_idents)]` to the crate attributes to enable
|
2018-07-29 06:51:17 -05:00
|
|
|
|
2019-04-10 18:40:12 -05:00
|
|
|
error[E0658]: non-ascii idents are not fully supported
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/local-modularized-tricky-fail-2.rs:46:24
|
2018-07-29 06:51:17 -05:00
|
|
|
|
|
|
|
|
LL | include!();
|
|
|
|
| ----------- in this macro invocation
|
|
|
|
...
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | () => ( struct Д; )
|
2018-07-29 06:51:17 -05:00
|
|
|
| ^
|
|
|
|
|
|
2019-04-11 13:42:06 -05:00
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/55467
|
2019-07-09 04:32:08 -05:00
|
|
|
= help: add `#![feature(non_ascii_idents)]` to the crate attributes to enable
|
2018-07-29 06:51:17 -05:00
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|