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 @@ -743,43 +743,43 @@ unsafe extern "C" {
743743pub struct VaList < ' a > ( & ' a mut VaListImpl ) ;
744744
745745#[ rustc_builtin_macro]
746- #[ rustc_macro_transparency = "semitransparent " ]
746+ #[ rustc_macro_transparency = "semiopaque " ]
747747pub macro stringify( $( $t: tt) * ) {
748748 /* compiler built-in */
749749}
750750
751751#[ rustc_builtin_macro]
752- #[ rustc_macro_transparency = "semitransparent " ]
752+ #[ rustc_macro_transparency = "semiopaque " ]
753753pub macro file ( ) {
754754 /* compiler built-in */
755755}
756756
757757#[ rustc_builtin_macro]
758- #[ rustc_macro_transparency = "semitransparent " ]
758+ #[ rustc_macro_transparency = "semiopaque " ]
759759pub macro line ( ) {
760760 /* compiler built-in */
761761}
762762
763763#[ rustc_builtin_macro]
764- #[ rustc_macro_transparency = "semitransparent " ]
764+ #[ rustc_macro_transparency = "semiopaque " ]
765765pub macro cfg ( ) {
766766 /* compiler built-in */
767767}
768768
769769#[ rustc_builtin_macro]
770- #[ rustc_macro_transparency = "semitransparent " ]
770+ #[ rustc_macro_transparency = "semiopaque " ]
771771pub macro asm ( ) {
772772 /* compiler built-in */
773773}
774774
775775#[ rustc_builtin_macro]
776- #[ rustc_macro_transparency = "semitransparent " ]
776+ #[ rustc_macro_transparency = "semiopaque " ]
777777pub macro global_asm ( ) {
778778 /* compiler built-in */
779779}
780780
781781#[ rustc_builtin_macro]
782- #[ rustc_macro_transparency = "semitransparent " ]
782+ #[ rustc_macro_transparency = "semiopaque " ]
783783pub macro naked_asm ( ) {
784784 /* compiler built-in */
785785}
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