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
2025-01-22 20:53:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
46a24ed2f4
rust
/
tests
/
ui
/
new-style-constants.rs
8 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: Add missing run-pass annotations
2019-07-26 21:54:25 +00:00
// run-pass
Mass rename uint/int to usize/isize Now that support has been removed, all lingering use cases are renamed.
2015-03-26 00:06:52 +00:00
static
FOO
:
isize
=
3
;
libsyntax: Accept `static` instead of `const` for globals
2013-03-19 21:46:27 +00:00
testsuite: more `pub fn main`
2013-03-27 16:58:28 +00:00
pub
fn
main
(
)
{
Update the compiler to not use printf/printfln
2013-09-25 05:16:43 +00:00
println!
(
"
{}
"
,
FOO
)
;
libsyntax: Accept `static` instead of `const` for globals
2013-03-19 21:46:27 +00:00
}
Reference in New Issue
Copy Permalink