index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
traits
/
next-solver
/
cast-checks-handling-projections.rs
blob: 406b4dc1211f2d17103e1af7590e44d3b9d19809 (
plain
)
1
2
3
4
5
6
// compile-flags: -Znext-solver
// check-pass
fn
main
()
{
(
0
u8
+
0
u8
)
as
char
;
}