]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/dont-suggest-try_into-in-macros.stderr
Auto merge of #64925 - ehuss:document-json, r=Mark-Simulacrum
[rust.git] / src / test / ui / suggestions / dont-suggest-try_into-in-macros.stderr
1 error[E0308]: mismatched types
2   --> $DIR/dont-suggest-try_into-in-macros.rs:2:5
3    |
4 LL |     assert_eq!(10u64, 10usize);
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected u64, found usize
6    |
7    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0308`.