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

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

9 lines
176 B
Plaintext
Raw Normal View History

error: expected a trait, found type
--> $DIR/issue-39089.rs:1:10
|
LL | fn f<T: ?for<'a> Sized>() {}
| ^^^^^^^^^^^^^
error: aborting due to 1 previous error