]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/dont-suggest-try_into-in-macros.stderr
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / 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    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |     |
7    |     expected `u64`, found `usize`
8    |     expected because this is `u64`
9    |
10    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0308`.