]> git.lizzy.rs Git - rust.git/blob - tests/ui/conditional-compilation/cfg_accessible-stuck.stderr
Rollup merge of #107700 - jyn514:tools-builder, r=Mark-Simulacrum
[rust.git] / tests / ui / conditional-compilation / cfg_accessible-stuck.stderr
1 error: cannot determine whether the path is accessible or not
2   --> $DIR/cfg_accessible-stuck.rs:6:1
3    |
4 LL | #[cfg_accessible(S)]
5    | ^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8