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.
sym::macro_pin
core::pin::pin!()
1 parent 2801f9a commit b75b14fCopy full SHA for b75b14f
compiler/rustc_span/src/symbol.rs
@@ -1616,6 +1616,7 @@ symbols! {
1616
pie,
1617
pin,
1618
pin_ergonomics,
1619
+ pin_macro,
1620
platform_intrinsics,
1621
plugin,
1622
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