]> git.proxmox.com Git - rustc.git/blob - src/test/ui/mir/issue-75053.min_tait.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / mir / issue-75053.min_tait.stderr
1 error[E0658]: type alias impl trait is not permitted here
2 --> $DIR/issue-75053.rs:52:15
3 |
4 LL | let _pos: Phantom1<DummyT<()>> = Scope::new().my_index();
5 | ^^^^^^^^^^^^^^^^^^^^
6 |
7 = note: see issue #63065 <https://github.com/rust-lang/rust/issues/63065> for more information
8 = help: add `#![feature(impl_trait_in_bindings)]` to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.