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 91f22c4 commit 7559d68Copy full SHA for 7559d68
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