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 b07dbe1 commit 1f1a917Copy full SHA for 1f1a917
src/libsyntax/parse/mod.rs
@@ -334,7 +334,7 @@ pub fn stream_to_parser(sess: &ParseSess, stream: TokenStream) -> Parser<'_> {
334
/// Use this function when you are creating a parser from the token stream
335
/// and also care about the current working directory of the parser (e.g.,
336
/// you are trying to resolve modules defined inside a macro invocation).
337
-///
+///
338
/// # Note
339
///
340
/// The main usage of this function is outside of rustc, for those who uses
0 commit comments