]> git.lizzy.rs Git - rust.git/blob - src/test/ui/conditional-compilation/cfg-attr-unknown-attribute-macro-expansion.stderr
Rollup merge of #91950 - estebank:point-at-type-of-non-allocator, r=matthewjasper
[rust.git] / src / test / ui / conditional-compilation / cfg-attr-unknown-attribute-macro-expansion.stderr
1 error: cannot find attribute `unknown` in this scope
2   --> $DIR/cfg-attr-unknown-attribute-macro-expansion.rs:3:27
3    |
4 LL |         #[cfg_attr(all(), unknown)]
5    |                           ^^^^^^^
6 ...
7 LL | foo!();
8    | ------ in this macro invocation
9    |
10    = note: this error originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13