This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-01 15:01:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
25fd633828
rust
/
tests
/
ui
/
inference
/
simple-infer.rs
7 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: Add missing run-pass annotations
2019-07-26 21:54:25 +00:00
// run-pass
Allow various lints as part of ui-ifying `src/test/run-pass` suite.
2018-09-14 10:20:28 +00:00
#![
allow(unused_mut)
]
rustc: Fix inference for auto slots. Add a test case.
2011-03-19 00:43:56 +00:00
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 18:19:50 +00:00
Remove all `i` suffixes
2015-01-25 21:05:03 +00:00
pub
fn
main
(
)
{
let
mut
n
;
n
=
1
;
println!
(
"
{}
"
,
n
)
;
}
Reference in New Issue
Copy Permalink