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
/
ui
/
issues
/
issue-3091.rs
blob: 0c0a412420aa468eef8a49cff61d48b757b1ca15 (
plain
)
1
2
3
4
5
6
7
// run-pass pub fn main() { let x = 1; let y = 1; assert_eq!(&x, &y); }