]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-forbid-internal-unsafe.stderr
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / ui / lint / lint-forbid-internal-unsafe.stderr
1 error: `allow_internal_unsafe` allows defining macros using unsafe without triggering the `unsafe_code` lint at their call site
2   --> $DIR/lint-forbid-internal-unsafe.rs:4:1
3    |
4 LL | #[allow_internal_unsafe]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/lint-forbid-internal-unsafe.rs:1:11
9    |
10 LL | #![forbid(unsafe_code)]
11    |           ^^^^^^^^^^^
12
13 error: aborting due to previous error
14