rust/src/test/ui/error-codes/E0094.stderr

10 lines
336 B
Plaintext
Raw Normal View History

2018-02-08 03:35:35 +00:00
error[E0094]: intrinsic has wrong number of type parameters: found 2, expected 1
--> $DIR/E0094.rs:13:15
|
13 | fn size_of<T, U>() -> usize; //~ ERROR E0094
| ^^^^^^ expected 1 type parameter
error: aborting due to previous error
2018-02-19 20:40:25 +00:00
If you want more information on this error, try using "rustc --explain E0094"