]> git.proxmox.com Git - rustc.git/blame - src/test/ui/save-analysis/issue-68621.stderr
New upstream version 1.61.0+dfsg1
[rustc.git] / src / test / ui / save-analysis / issue-68621.stderr
CommitLineData
ee023bcb 1error: unconstrained opaque type
94222f64 2 --> $DIR/issue-68621.rs:14:19
74b04a01
XL
3 |
4LL | type Future = impl Trait;
f035d41b 5 | ^^^^^^^^^^
ee023bcb
FG
6 |
7 = note: `Future` must be used in combination with a concrete type within the same module
74b04a01
XL
8
9error: aborting due to previous error
10