File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -744,43 +744,43 @@ unsafe extern "C" {
744744pub struct VaList < ' a > ( & ' a mut VaListImpl ) ;
745745
746746#[ rustc_builtin_macro]
747- #[ rustc_macro_transparency = "semitransparent " ]
747+ #[ rustc_macro_transparency = "semiopaque " ]
748748pub macro stringify( $( $t: tt) * ) {
749749 /* compiler built-in */
750750}
751751
752752#[ rustc_builtin_macro]
753- #[ rustc_macro_transparency = "semitransparent " ]
753+ #[ rustc_macro_transparency = "semiopaque " ]
754754pub macro file ( ) {
755755 /* compiler built-in */
756756}
757757
758758#[ rustc_builtin_macro]
759- #[ rustc_macro_transparency = "semitransparent " ]
759+ #[ rustc_macro_transparency = "semiopaque " ]
760760pub macro line ( ) {
761761 /* compiler built-in */
762762}
763763
764764#[ rustc_builtin_macro]
765- #[ rustc_macro_transparency = "semitransparent " ]
765+ #[ rustc_macro_transparency = "semiopaque " ]
766766pub macro cfg ( ) {
767767 /* compiler built-in */
768768}
769769
770770#[ rustc_builtin_macro]
771- #[ rustc_macro_transparency = "semitransparent " ]
771+ #[ rustc_macro_transparency = "semiopaque " ]
772772pub macro asm ( ) {
773773 /* compiler built-in */
774774}
775775
776776#[ rustc_builtin_macro]
777- #[ rustc_macro_transparency = "semitransparent " ]
777+ #[ rustc_macro_transparency = "semiopaque " ]
778778pub macro global_asm ( ) {
779779 /* compiler built-in */
780780}
781781
782782#[ rustc_builtin_macro]
783- #[ rustc_macro_transparency = "semitransparent " ]
783+ #[ rustc_macro_transparency = "semiopaque " ]
784784pub macro naked_asm ( ) {
785785 /* compiler built-in */
786786}
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ pub(crate) fn compile_global_asm(
233233 #![allow(internal_features)]
234234 #![no_core]
235235 #[rustc_builtin_macro]
236- #[rustc_macro_transparency = "semitransparent "]
236+ #[rustc_macro_transparency = "semiopaque "]
237237 macro global_asm() { /* compiler built-in */ }
238238 global_asm!(r###"
239239 "#### ,
You can’t perform that action at this time.
0 commit comments