blob: 531cd4c784d3384091fb7215c909b8eabb3efbba [file] [log] [blame]
error[E0094]: intrinsic has wrong number of type parameters: found 2, expected 1
--> $DIR/E0094.rs:5:15
|
LL | fn size_of<T, U>() -> usize;
| ^^^^^^ expected 1 type parameter
error: aborting due to previous error
For more information about this error, try `rustc --explain E0094`.