rust/src/test/ui/stability-attribute
2022-06-04 17:05:33 -05:00
..
auxiliary Allow unstable items to be re-exported unstably without requiring the feature be enabled 2022-06-04 17:05:33 -05:00
allow-unstable-reexport.rs Allow unstable items to be re-exported unstably without requiring the feature be enabled 2022-06-04 17:05:33 -05:00
allow-unstable-reexport.stderr Allow unstable items to be re-exported unstably without requiring the feature be enabled 2022-06-04 17:05:33 -05:00
generics-default-stability-trait.rs Bless tests. 2022-01-12 23:41:28 +01:00
generics-default-stability-trait.stderr Bless tests. 2022-01-12 23:41:28 +01:00
generics-default-stability-where.rs Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
generics-default-stability-where.stderr Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
generics-default-stability.rs don't special case DefKind::Ctor in encoding 2022-02-24 14:46:11 +01:00
generics-default-stability.stderr don't special case DefKind::Ctor in encoding 2022-02-24 14:46:11 +01:00
issue-28075.rs Move some tests to subdirectories 2020-12-07 02:25:09 +03:00
issue-28075.stderr Move some tests to subdirectories 2020-12-07 02:25:09 +03:00
issue-28388-3.rs Move some tests to subdirectories 2020-12-07 02:25:09 +03:00
issue-28388-3.stderr Move some tests to subdirectories 2020-12-07 02:25:09 +03:00
missing-const-stability.rs Proper const stability check, default to unstable 2022-05-19 12:21:45 +00:00
missing-const-stability.stderr Proper const stability check, default to unstable 2022-05-19 12:21:45 +00:00
missing-stability-attr-at-top-level.rs Remove redundant descr/descriptive_variant methods from HIR. 2020-04-24 13:44:08 -05:00
missing-stability-attr-at-top-level.stderr Remove redundant descr/descriptive_variant methods from HIR. 2020-04-24 13:44:08 -05:00
stability-attribute-issue-43027.rs Inherit #[stable(..)] annotations in enum variants and fields from its item 2021-02-10 19:10:14 -08:00
stability-attribute-issue.rs
stability-attribute-issue.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
stability-attribute-non-staged-force-unstable.rs Permit #[deprecated] in stdlib 2022-03-09 16:32:47 -05:00
stability-attribute-non-staged-force-unstable.stderr Permit #[deprecated] in stdlib 2022-03-09 16:32:47 -05:00
stability-attribute-non-staged.rs Permit #[deprecated] in stdlib 2022-03-09 16:32:47 -05:00
stability-attribute-non-staged.stderr Permit #[deprecated] in stdlib 2022-03-09 16:32:47 -05:00
stability-attribute-sanity-2.rs
stability-attribute-sanity-2.stderr Add long explanation for E0545 2021-02-15 19:16:39 +01:00
stability-attribute-sanity-3.rs
stability-attribute-sanity-3.stderr
stability-attribute-sanity-4.rs Permit #[deprecated] in stdlib 2022-03-09 16:32:47 -05:00
stability-attribute-sanity-4.stderr Permit #[deprecated] in stdlib 2022-03-09 16:32:47 -05:00
stability-attribute-sanity.rs Use native duplicate attribute check 2022-04-14 21:19:48 -04:00
stability-attribute-sanity.stderr Use native duplicate attribute check 2022-04-14 21:19:48 -04:00
stability-attribute-trait-impl.rs Don't abort compilation after giving a lint error 2021-11-08 01:22:28 +00:00
stability-attribute-trait-impl.stderr Don't abort compilation after giving a lint error 2021-11-08 01:22:28 +00:00
stability-in-private-module.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
stability-in-private-module.stderr Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
suggest-vec-allocator-api.rs Suggestion to wrap inner types using allocator_api in tuple 2021-11-24 00:24:13 +09:00
suggest-vec-allocator-api.stderr Suggestion to wrap inner types using allocator_api in tuple 2021-11-24 00:24:13 +09:00