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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
issue-3477.rs
blob: 23e680fd851c37de7cc0d0f9753e673ad0fc2e02 (
plain
)
1
2
3
fn main() { let _p: char = 100; //~ ERROR mismatched types: expected `char` but found }