Files
rust/tests/ui/issues/issue-39089.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
83 B
Rust
Raw Normal View History

fn f<T: ?for<'a> Sized>() {}
//~^ ERROR expected a trait, found type
fn main() {}