This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
e5565b1aaa
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-27 00:54:25 +03:00
// run-pass
Mass rename uint/int to usize/isize Now that support has been removed, all lingering use cases are renamed.
2015-03-25 17:06:52 -07:00
static
FOO
:
isize
=
3
;
libsyntax: Accept `static` instead of `const` for globals
2013-03-19 14:46:27 -07:00
testsuite: more `pub fn main`
2013-03-27 09:58:28 -07:00
pub
fn
main
(
)
{
Update the compiler to not use printf/printfln
2013-09-24 22:16:43 -07:00
println!
(
"
{}
"
,
FOO
)
;
libsyntax: Accept `static` instead of `const` for globals
2013-03-19 14:46:27 -07:00
}
Reference in a new issue
Copy permalink