mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
64a9c9cfea
These were changed to `has_errors` assertions in #121071 because that seemed reasonable, but evidently not. Fixes #121103. Fixes #121108.
4 lines
205 B
Rust
4 lines
205 B
Rust
fn main(_: <lib2::GenericType<42> as lib2::TypeFn>::Output) {}
|
|
//~^ ERROR failed to resolve: use of undeclared crate or module `lib2`
|
|
//~| ERROR failed to resolve: use of undeclared crate or module `lib2`
|