2021-10-01 22:25:48 -05:00
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:257:19
|
2022-04-01 23:46:45 -05:00
|
|
|
|
|
|
|
|
LL | /* Safety: */ unsafe {}
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::undocumented-unsafe-blocks` implied by `-D warnings`
|
|
|
|
= help: consider adding a safety comment on the preceding line
|
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:261:5
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | unsafe {}
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:265:14
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
LL | let _ = [unsafe { 14 }, unsafe { 15 }, 42, unsafe { 16 }];
|
|
|
|
| ^^^^^^^^^^^^^
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:265:29
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | let _ = [unsafe { 14 }, unsafe { 15 }, 42, unsafe { 16 }];
|
2022-02-19 16:56:42 -06:00
|
|
|
| ^^^^^^^^^^^^^
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:265:48
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
LL | let _ = [unsafe { 14 }, unsafe { 15 }, 42, unsafe { 16 }];
|
|
|
|
| ^^^^^^^^^^^^^
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:269:18
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | let _ = (42, unsafe {}, "test", unsafe {});
|
2022-02-19 16:56:42 -06:00
|
|
|
| ^^^^^^^^^
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:269:37
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
LL | let _ = (42, unsafe {}, "test", unsafe {});
|
|
|
|
| ^^^^^^^^^
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:273:14
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | let _ = *unsafe { &42 };
|
2022-02-19 16:56:42 -06:00
|
|
|
| ^^^^^^^^^^^^^^
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:278:19
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | let _ = match unsafe {} {
|
2022-02-19 16:56:42 -06:00
|
|
|
| ^^^^^^^^^
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:284:14
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | let _ = &unsafe {};
|
2022-02-19 16:56:42 -06:00
|
|
|
| ^^^^^^^^^
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:288:14
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | let _ = [unsafe {}; 5];
|
2022-02-19 16:56:42 -06:00
|
|
|
| ^^^^^^^^^
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:292:13
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | let _ = unsafe {};
|
2022-02-19 16:56:42 -06:00
|
|
|
| ^^^^^^^^^
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:302:8
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | t!(unsafe {});
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:308:13
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | unsafe {}
|
|
|
|
| ^^^^^^^^^
|
|
|
|
...
|
|
|
|
LL | t!();
|
2021-10-21 05:18:12 -05:00
|
|
|
| ---- in this macro invocation
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
= note: this error originates in the macro `t` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:316:5
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
2021-12-17 13:48:38 -06:00
|
|
|
LL | unsafe {} // SAFETY:
|
2021-10-01 22:25:48 -05:00
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:320:5
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | unsafe {
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:330:5
|
2021-10-01 22:25:48 -05:00
|
|
|
|
|
|
|
|
LL | unsafe {};
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-10-01 22:25:48 -05:00
|
|
|
|
2021-11-17 07:35:01 -06:00
|
|
|
error: unsafe block missing a safety comment
|
2022-03-17 18:53:28 -05:00
|
|
|
--> $DIR/undocumented_unsafe_blocks.rs:334:20
|
2021-11-17 07:35:01 -06:00
|
|
|
|
|
|
|
|
LL | println!("{}", unsafe { String::from_utf8_unchecked(vec![]) });
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-19 16:56:42 -06:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2021-11-17 07:35:01 -06:00
|
|
|
|
2022-04-01 23:46:45 -05:00
|
|
|
error: aborting due to 18 previous errors
|
2021-10-01 22:25:48 -05:00
|
|
|
|