rust/tests/ui/traits/next-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
86 B
Rust
Raw Normal View History

2023-12-14 06:11:28 -06:00
// compile-flags: -Znext-solver
// check-pass
fn main() {
(0u8 + 0u8) as char;
}