about summary refs log tree commit diff
path: root/tests/ui/lowering/span-bug-issue-121431.rs
blob: b855577bcfbffa237a0167eac0bce6240f6af337 (plain)
1
2
3
4
fn bug<T>() -> impl CallbackMarker< Item = [(); { |_: &mut ()| 3; 4 }] > {}
//~^ ERROR cannot find trait `CallbackMarker` in this scope

fn main() {}