rust/tests/ui/traits/new-solver/cast-checks-handling-projections.rs

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

7 lines
92 B
Rust
Raw Normal View History

// compile-flags: -Ztrait-solver=next
// check-pass
fn main() {
(0u8 + 0u8) as char;
}