]> git.proxmox.com Git - rustc.git/blame - src/test/ui/suggestions/dont-suggest-try_into-in-macros.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / suggestions / dont-suggest-try_into-in-macros.stderr
CommitLineData
e1599b0c
XL
1error[E0308]: mismatched types
2 --> $DIR/dont-suggest-try_into-in-macros.rs:2:5
3 |
4LL | assert_eq!(10u64, 10usize);
60c5eb7d 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `usize`
e1599b0c
XL
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
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0308`.