summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-21554.stderr
blob: b1b59af6ec2b2308347f4c1da608c2f45b5af882 (plain)
1
2
3
4
5
6
7
8
9
error[E0606]: casting `fn(i32) -> Inches {Inches}` as `f32` is invalid
  --> $DIR/issue-21554.rs:4:5
   |
LL |     Inches as f32;
   |     ^^^^^^^^^^^^^

error: aborting due to 1 previous error

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