]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-impl-trait/declared_but_never_defined.stderr
Auto merge of #93763 - jsha:re-space-empty-impls, r=GuillaumeGomez
[rust.git] / src / test / ui / type-alias-impl-trait / declared_but_never_defined.stderr
1 error: could not find defining uses
2   --> $DIR/declared_but_never_defined.rs:6:12
3    |
4 LL | type Bar = impl std::fmt::Debug;
5    |            ^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8