rust/src/test/ui/internal
Danuel 8bbb2d057d Fixed #[inline] to be warned in fields, arms, macro defs
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
2021-02-01 23:36:19 +09:00
..
auxiliary Allow multiple allow_internal_unstable attributes 2020-09-25 15:19:46 +02:00
internal-unstable-const.rs Bless tests 2020-09-24 12:07:58 -07:00
internal-unstable-const.stderr Bless tests 2020-09-24 12:07:58 -07:00
internal-unstable-noallow.rs
internal-unstable-noallow.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
internal-unstable-thread-local.rs
internal-unstable-thread-local.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
internal-unstable.rs Fixed #[inline] to be warned in fields, arms, macro defs 2021-02-01 23:36:19 +09:00
internal-unstable.stderr Fixed #[inline] to be warned in fields, arms, macro defs 2021-02-01 23:36:19 +09:00