2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:11:1
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | extern crate core as bäz; //~ ERROR non-ascii idents
|
2017-12-06 03:18:03 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:13:5
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | use föö::bar; //~ ERROR non-ascii idents
|
2017-12-06 03:18:03 -06:00
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:15:1
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | mod föö { //~ ERROR non-ascii idents
|
2017-12-18 00:51:57 -06:00
|
|
|
| ^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:19:1
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | / fn bär( //~ ERROR non-ascii idents
|
|
|
|
LL | | bäz: isize //~ ERROR non-ascii idents
|
|
|
|
LL | | ) {
|
|
|
|
LL | | let _ö: isize; //~ ERROR non-ascii idents
|
2017-12-06 03:18:03 -06:00
|
|
|
... |
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | | }
|
|
|
|
LL | | }
|
2017-12-06 03:18:03 -06:00
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:20:5
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | bäz: isize //~ ERROR non-ascii idents
|
2017-12-06 03:18:03 -06:00
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:22:9
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | let _ö: isize; //~ ERROR non-ascii idents
|
2017-12-06 03:18:03 -06:00
|
|
|
| ^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:25:10
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | (_ä, _) => {} //~ ERROR non-ascii idents
|
2017-12-06 03:18:03 -06:00
|
|
|
| ^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:29:1
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | struct Föö { //~ ERROR non-ascii idents
|
2017-12-18 00:51:57 -06:00
|
|
|
| ^^^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:30:5
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | föö: isize //~ ERROR non-ascii idents
|
2017-12-06 03:18:03 -06:00
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:33:1
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | enum Bär { //~ ERROR non-ascii idents
|
2017-12-18 00:51:57 -06:00
|
|
|
| ^^^^^^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:34:5
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | Bäz { //~ ERROR non-ascii idents
|
2017-12-18 00:51:57 -06:00
|
|
|
| ^^^
|
2017-12-06 03:18:03 -06:00
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:35:9
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | qüx: isize //~ ERROR non-ascii idents
|
2017-12-06 03:18:03 -06:00
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
2018-01-13 07:05:51 -06:00
|
|
|
error[E0658]: non-ascii idents are not fully supported. (see issue #28979)
|
2017-12-06 03:18:03 -06:00
|
|
|
--> $DIR/feature-gate-non_ascii_idents.rs:40:5
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | fn qüx(); //~ ERROR non-ascii idents
|
2017-12-06 03:18:03 -06:00
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(non_ascii_idents)] to the crate attributes to enable
|
|
|
|
|
|
|
|
error: aborting due to 13 previous errors
|
|
|
|
|
2018-03-03 08:59:40 -06:00
|
|
|
For more information about this error, try `rustc --explain E0658`.
|