rust/src/test/ui/symbol-names
bstrie 90a2e5e3fe 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.
2020-11-29 00:55:55 -05:00
..
basic.legacy.stderr Order the Rust and C ABIs first to reduce test churn 2020-06-06 22:36:21 -04:00
basic.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
basic.stderr Reblessed tests. 2019-06-05 21:09:27 +01:00
basic.v0.stderr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
const-generics-demangling.rs Add test for const generics demangling 2020-10-21 21:05:38 +01:00
const-generics-demangling.stderr Add test for const generics demangling 2020-10-21 21:05:38 +01:00
const-generics.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
impl1.legacy.stderr Fix rustc_def_path to show the full path and not the trimmed one 2020-10-06 09:17:44 +03:00
impl1.rs Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
impl1.stderr Reblessed tests. 2019-06-05 21:09:27 +01:00
impl1.v0.stderr Fix rustc_def_path to show the full path and not the trimmed one 2020-10-06 09:17:44 +03:00
impl2.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
impl2.stderr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
issue-60925.legacy.stderr Order the Rust and C ABIs first to reduce test churn 2020-06-06 22:36:21 -04:00
issue-60925.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
issue-60925.stderr rustc_codegen_utils: test demangler output, not just symbol names. 2019-05-31 18:23:03 +03:00
issue-60925.v0.stderr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
issue-75326.legacy.stderr mangling: encode all impl parameters 2020-10-15 12:51:53 +01:00
issue-75326.rs mangling: encode all impl parameters 2020-10-15 12:51:53 +01:00
issue-75326.v0.stderr mangling: encode all impl parameters 2020-10-15 12:51:53 +01:00
issue-76365.rs Permit ty::Bool in const generics for v0 mangling 2020-10-02 09:45:48 -04:00