Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
master
rust/tests/ui/array-slice-vec/new-style-fixed-length-vec.rs

8 lines
119 B
Rust
Raw Permalink Normal View History

[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ run-pass
Add `// run-pass` annotations to all the tests under `ui/run-pass/`. (I may have accidentally added it to some auxilliary crates as well; my emacs-macro-based methodology was pretty crude.)
2018-08-30 14:18:55 +02:00
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] = [1, 2, 3];
libsyntax: Accept the new `[T, ..N]` style for vec.
2013-03-19 15:40:04 -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[0], FOO[1], FOO[2]);
libsyntax: Accept the new `[T, ..N]` style for vec.
2013-03-19 15:40:04 -07:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 3235ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API