rust/src/test/ui/stability-attribute
2022-10-01 10:03:06 +00:00
..
auxiliary enum variant ctor inherits stability of variant 2022-08-12 15:15:36 +00:00
accidental-stable-in-unstable.rs add opt in attribute for stable-in-unstable items 2022-07-08 21:18:15 +00:00
accidental-stable-in-unstable.stderr add opt in attribute for stable-in-unstable items 2022-07-08 21:18:15 +00: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
allowed-through-unstable.rs add opt in attribute for stable-in-unstable items 2022-07-08 21:18:15 +00:00
allowed-through-unstable.stderr fixes post rebase 2022-07-08 21:18:16 +00:00
ctor-stability.rs enum variant ctor inherits stability of variant 2022-08-12 15:15:36 +00:00
default-body-stability-err.rs Improve error message for unstable default body 2022-07-26 15:40:04 +04:00
default-body-stability-err.stderr Improve error message for unstable default body 2022-07-26 15:40:04 +04:00
default-body-stability-ok-enables.rs Add tests for #[rustc_default_body_unstable] 2022-07-26 15:38:10 +04:00
default-body-stability-ok-impls.rs Add tests for #[rustc_default_body_unstable] 2022-07-26 15:38:10 +04: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
issue-99286-stable-intrinsics.rs Mark stabilized intrinsics with rustc_allowed_through_unstable_modules 2022-07-15 11:18:40 -05:00
missing-const-stability.rs bless tests 2022-09-16 11:48:43 +08:00
missing-const-stability.stderr bless tests 2022-09-16 11:48:43 +08:00
missing-stability-attr-at-top-level.rs
missing-stability-attr-at-top-level.stderr
stability-attribute-implies-missing.rs passes: check implied feature exists 2022-07-20 15:50:59 +01:00
stability-attribute-implies-missing.stderr passes: check implied feature exists 2022-07-20 15:50:59 +01:00
stability-attribute-implies-no-feature.rs middle: add implies_by to #[unstable] 2022-07-20 14:53:01 +01:00
stability-attribute-implies-no-feature.stderr middle: add implies_by to #[unstable] 2022-07-20 14:53:01 +01:00
stability-attribute-implies-using-stable.rs passes: improved partial stabilization diagnostic 2022-07-20 14:53:01 +01:00
stability-attribute-implies-using-stable.stderr passes: improved partial stabilization diagnostic 2022-07-20 14:53:01 +01:00
stability-attribute-implies-using-unstable.rs passes: improved partial stabilization diagnostic 2022-07-20 14:53:01 +01:00
stability-attribute-implies-using-unstable.stderr passes: improved partial stabilization diagnostic 2022-07-20 14:53:01 +01: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
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 attr: fix expected meta-item for #[stable] 2022-07-20 11:29:56 +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 attr: fix expected meta-item for #[stable] 2022-07-20 11:29:56 +01: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 bless ui tests 2022-10-01 10:03:06 +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
stable-in-unstable.rs Support unstable moves via stable in unstable items 2022-07-08 21:18:13 +00:00
stable-in-unstable.stderr Support unstable moves via stable in unstable items 2022-07-08 21:18:13 +00: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