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
/
src
/
tools
/
miri
/
tests
/
pass
/
option_eq.rs
blob: e698f8767746c27bc77efc96afbff56c5bdb6341 (
plain
)
1
2
3
fn
main
()
{
assert_eq!
(
std
::
char
::
from_u32
(
'x'
as
u32
),
Some
(
'x'
));
}