about summary refs log tree commit diff
path: root/src/test/ui/internal/internal-unstable.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-56/+0
2021-02-01Fixed #[inline] to be warned in fields, arms, macro defsDanuel-0/+13
Add visitors for checking #[inline] Add visitors for checking #[inline] with struct field Fix test for #[inline] Add visitors for checking #[inline] with #[macro_export] macro Add visitors for checking #[inline] without #[macro_export] macro Add use alias with Visitor Fix lint error Reduce unnecessary variable Co-authored-by: LingMan <LingMan@users.noreply.github.com> Change error to warning Add warning for checking field, arm with #[allow_internal_unstable] Add name resolver Formatting Formatting Fix error fixture Add checking field, arm, macro def
2020-09-25Allow multiple allow_internal_unstable attributesDániel Buga-0/+1
Co-authored-by: varkor <github@varkor.com>
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+52