2019-08-15 13:46:52 -05:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
--> $DIR/dont-suggest-try_into-in-macros.rs:2:5
|
|
|
|
|
|
|
|
|
LL | assert_eq!(10u64, 10usize);
|
2022-12-02 17:56:37 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
| |
|
|
|
|
| expected `u64`, found `usize`
|
|
|
|
| expected because this is `u64`
|
2019-08-15 13:46:52 -05:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2019-08-15 13:46:52 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|