This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-04-29 11:51:31 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2fd855fbfc8239285aa2d596f76a8cc75e17ce02
rust
/
tests
/
ui
/
box
T
History
Kivooeo
09940635d5
cleaned up some tests
2025-06-11 17:49:03 +05:00
..
unit
tests: use
needs-threads
instead of
ignore-emscripten
2025-01-23 20:51:29 +08:00
alloc-unstable-fail.rs
…
alloc-unstable-fail.stderr
…
alloc-unstable.rs
…
empty-alloc-deref-rvalue.rs
cleaned up some tests
2025-06-11 17:49:03 +05:00
into-boxed-slice-fail.rs
…
into-boxed-slice-fail.stderr
…
into-boxed-slice.rs
…
issue-82446.rs
…
issue-82446.stderr
…
issue-95036.rs
…
large-allocator-ice.rs
…
leak-alloc.rs
…
leak-alloc.stderr
…
new-box-syntax.rs
tests: remove
//@ pretty-expanded
usages
2024-11-26 02:50:48 +08:00
new-box.rs
…
new.rs
tests: remove
//@ pretty-expanded
usages
2024-11-26 02:50:48 +08:00
suggest-box-for-expr-field-issue-139631.rs
Add ui test suggest-box-for-expr-field-issue-139631
2025-05-14 15:08:17 +08:00
suggest-box-for-expr-field-issue-139631.stderr
Suggest replace
f
with
f: Box<f>
when expr field is short hand
2025-05-14 15:14:32 +08:00
thin_align.rs
…
thin_drop.rs
…
thin_new.rs
…
thin_zst.rs
…