about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-11-29 14:29:23 +0000
committerbors <bors@rust-lang.org>2020-11-29 14:29:23 +0000
commitaf780e569d6581a7ba2fb56f7cbbbff5a1d6b895 (patch)
treec19a9cb39c2e1d7ede4581fc842d5473a25ffc4b /compiler/rustc_codegen_llvm/src
parent2e5723137b2b88368d018b262a0a823a1423131b (diff)
parent90a2e5e3fe59a254d4d707aa291517b3791ea5a6 (diff)
downloadrust-af780e569d6581a7ba2fb56f7cbbbff5a1d6b895.tar.gz
rust-af780e569d6581a7ba2fb56f7cbbbff5a1d6b895.zip
Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514
Update tests to remove old numeric constants

Part of #68490.

Care has been taken to leave the old consts where appropriate, for testing backcompat regressions, module shadowing, etc. The intrinsics docs were accidentally referring to some methods on f64 as std::f64, which I changed due to being contrary with how we normally disambiguate the shadow module from the primitive. In one other place I changed std::u8 to std::ops since it was just testing path handling in macros.

For places which have legitimate uses of the old consts, deprecated attributes have been optimistically inserted. Although currently unnecessary, they exist to emphasize to any future deprecation effort the necessity of these specific symbols and prevent them from being accidentally removed.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions