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.
1 parent 36232ea commit 4356e4bCopy full SHA for 4356e4b
core/src/pin.rs
@@ -1936,6 +1936,8 @@ unsafe impl<T: ?Sized> PinCoerceUnsized for *mut T {}
1936
#[stable(feature = "pin_macro", since = "1.68.0")]
1937
#[rustc_macro_transparency = "semitransparent"]
1938
#[allow_internal_unstable(super_let)]
1939
+// `super` gets removed by rustfmt
1940
+#[rustfmt::skip]
1941
pub macro pin($value:expr $(,)?) {
1942
{
1943
super let mut pinned = $value;
0 commit comments