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 3913df7 commit e26fbafCopy full SHA for e26fbaf
src/lib.rs
@@ -1329,4 +1329,4 @@ pub mod token_stream {
1329
}
1330
1331
1332
-}
+}
src/wrapper.rs
@@ -942,7 +942,7 @@ impl Debug for Literal {
942
/// uses 32-bit integers to represent offsets and those will overflow when
943
/// processing more than 2^32 bytes. This function resets all offsets
944
/// and thereby also invalidates any previously created `proc_macro2::Span`.
945
-///
+///
946
/// This function requires the `span-locations` feature to be enabled. This
947
/// function is not applicable to and will panic if called from a procedural macro.
948
#[cfg(span_locations)]
0 commit comments