We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f284eb2 + b75b14f commit 146fe45Copy full SHA for 146fe45
compiler/rustc_span/src/symbol.rs
@@ -1617,6 +1617,7 @@ symbols! {
1617
pie,
1618
pin,
1619
pin_ergonomics,
1620
+ pin_macro,
1621
platform_intrinsics,
1622
plugin,
1623
plugin_registrar,
library/core/src/pin.rs
@@ -1935,6 +1935,7 @@ unsafe impl<T: ?Sized> PinCoerceUnsized for *mut T {}
1935
#[stable(feature = "pin_macro", since = "1.68.0")]
1936
#[rustc_macro_transparency = "semitransparent"]
1937
#[allow_internal_unstable(super_let)]
1938
+#[rustc_diagnostic_item = "pin_macro"]
1939
// `super` gets removed by rustfmt
1940
#[rustfmt::skip]
1941
pub macro pin($value:expr $(,)?) {
0 commit comments