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 5215f1a + 7559d68 commit 3434a22Copy full SHA for 3434a22
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