summary refs log tree commit diff
path: root/src/test/ui/issue-1448-2.stderr
blob: 5769b0c3b9faee3c8d35ecd44096faac874a9a94 (plain)
1
2
3
4
5
6
7
8
9
error[E0308]: mismatched types
  --> $DIR/issue-1448-2.rs:16:24
   |
LL |     println!("{}", foo(10i32)); //~ ERROR mismatched types
   |                        ^^^^^ expected u32, found i32

error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.