]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/dont-suggest-try_into-in-macros.stderr
Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid
[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 the macro `assert_eq` (in Nightly builds, run with -Z 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`.