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);
|
2019-11-15 11:37:01 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `usize`
|
2019-08-15 13:46:52 -05:00
|
|
|
|
|
2019-12-16 07:56:47 -06:00
|
|
|
= note: this error originates in a macro (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`.
|