about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorbstrie <bstrie@thinwsl>2020-10-24 19:21:40 -0400
committerbstrie <bstrie@thinwsl>2020-11-29 00:55:55 -0500
commitd55d791a3a5b1fb67966099ccb4a961d546e4ad6 (patch)
treecf48488ccb4b997dc6317a7da59b3503c880a4bf /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parent5d585ec022a77ce724c0bf9c20333492532e9e49 (diff)
downloadrust-d55d791a3a5b1fb67966099ccb4a961d546e4ad6.tar.gz
rust-d55d791a3a5b1fb67966099ccb4a961d546e4ad6.zip
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_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions