]> git.proxmox.com Git - rustc.git/blob - src/test/ui/generator/layout-error.full_tait.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / generator / layout-error.full_tait.stderr
1 error[E0425]: cannot find value `Foo` in this scope
2 --> $DIR/layout-error.rs:24:17
3 |
4 LL | let a = Foo;
5 | ^^^ not found in this scope
6
7 warning: the feature `type_alias_impl_trait` is incomplete and may not be safe to use and/or cause compiler crashes
8 --> $DIR/layout-error.rs:8:32
9 |
10 LL | #![cfg_attr(full_tait, feature(type_alias_impl_trait))]
11 | ^^^^^^^^^^^^^^^^^^^^^
12 |
13 = note: `#[warn(incomplete_features)]` on by default
14 = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
15
16 error: aborting due to previous error; 1 warning emitted
17
18 For more information about this error, try `rustc --explain E0425`.