mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
4f83e50f98
Fixes #121410. Fixes #121414. Fixes #121418. Fixes #121431.
5 lines
150 B
Rust
5 lines
150 B
Rust
fn bug<T>() -> impl CallbackMarker< Item = [(); { |_: &mut ()| 3; 4 }] > {}
|
|
//~^ ERROR cannot find trait `CallbackMarker` in this scope
|
|
|
|
fn main() {}
|