[1.38] Regression: expected one of !
, .
, ::
, ;
, ?
, {
, }
, or an operator, found is
#63890
Labels
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Milestone
#63628 (comment)
Minimized reproduction, run with
rustdoc --test
(all the whitespace is important!):Apparently something makes this comment look like code to
rustdoc
, so it tries to doctest it.Actually, stable rustdoc also gives an error for this, from what I tried locally, not sure why it passed on crater.
cc @rust-lang/rustdoc
@shepmaster explains what happens in #63628 (comment).
The text was updated successfully, but these errors were encountered: