about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-09-26 15:48:10 +0000
committerbors <bors@rust-lang.org>2021-09-26 15:48:10 +0000
commitc09d6374324ee23cb5a4fe738f74369717dd642d (patch)
tree5cec1fb196fdc31a054a8dfaf0f87101d947b6a4 /compiler/rustc_codegen_llvm/src
parentac8dd1b2f24dc62c962172b27433106b4e84dc62 (diff)
parent6550021124451628b1efc60c59284465b109e3aa (diff)
downloadrust-c09d6374324ee23cb5a4fe738f74369717dd642d.tar.gz
rust-c09d6374324ee23cb5a4fe738f74369717dd642d.zip
Auto merge of #88316 - est31:remove_box_tests, r=Mark-Simulacrum
Remove most box syntax uses from the testsuite except for src/test/ui/issues

Removes most box syntax uses from the testsuite outside of the src/test/ui/issues directory. The goal was to only change tests where box syntax is an implementation detail instead of the actual feature being tested. So some tests were left out, like the regression test for #87935, or tests where the obtained error message changed significantly.

Mostly this replaces box syntax with `Box::new`, but there are some minor drive by improvements, like formatting improvements or `assert_eq` instead of `assert!( == )`.

Prior PR that removed box syntax from the compiler and tools: #87781
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions