summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0094.stderr
blob: da97f3a014b069840670cf0c81738e6c224d62fd (plain)
1
2
3
4
5
6
7
8
9
error[E0094]: intrinsic has wrong number of type parameters: found 2, expected 1
  --> $DIR/E0094.rs:3: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`.