]> git.lizzy.rs Git - rust.git/blob - src/test/ui/existential_types/declared_but_not_defined_in_scope.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / existential_types / declared_but_not_defined_in_scope.stderr
1 error: could not find defining uses
2   --> $DIR/declared_but_not_defined_in_scope.rs:7:5
3    |
4 LL |     pub existential type Boo: ::std::fmt::Debug; //~ ERROR could not find defining uses
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8