tunsupportedintfloatcast.nim 153 B

1234
  1. static:
  2. echo cast[int32](12.0) #[tt.Error
  3. ^ VM does not support 'cast' from tyFloat with size 8 to tyInt32 with size 4 due to different sizes]#