index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
traits
/
next-solver
/
cast-checks-handling-projections.rs
blob: 4edcc97d09e33fd32b1829aa798cfa0f7fefb805 (
plain
)
1
2
3
4
5
6
//@ compile-flags: -Znext-solver //@ check-pass fn main() { (0u8 + 0u8) as char; }