rust/tests/ui/suggestions/dont-suggest-try_into-in-macros.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
73 B
Rust
Raw Normal View History

fn main() {
assert_eq!(10u64, 10usize); //~ ERROR mismatched types
}