2018-08-08 07:28:26 -05:00
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:11:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1usize] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:12:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1u8] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:13:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1u16] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:14:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1u32] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:15:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1u64] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:16:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1isize] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:17:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1i8] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:18:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1i16] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:19:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1i32] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:20:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1i64] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:21:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1.0f32] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: suffixed literals are not allowed in attributes
|
2018-08-03 17:05:05 -05:00
|
|
|
--> $DIR/suffixed-literal-meta.rs:22:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[path = 1.0f64] //~ ERROR: suffixed literals are not allowed in attributes
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
|
= help: instead of using a suffixed literal (1u8, 1.0f32, etc.), use an unsuffixed version (1, 1.0, etc.).
|
|
|
|
|
|
|
|
error: aborting due to 12 previous errors
|
|
|
|
|