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
/
tests
/
ui
/
sized
/
unsized-binding.rs
blob: 3b99b0f6e965445db60530e5488d3ef3eed5d407 (
plain
)
1
2
3
4
5
fn main() { let x = *""; //~ ERROR E0277 println!("{}", x); println!("{}", x); }