Skip to content

Commit

Permalink
Rollup merge of #128380 - folkertdev:naked-compatible-doc-comment, r=…
Browse files Browse the repository at this point in the history
…bjorn3

make `///` doc comments compatible with naked functions

tracking issue: rust-lang/rust#90957

reported in rust-lang/rust#127853 (comment)

it turns out `/// doc comment` and `#[doc = "doc comment"]` are represented differently, at least at the point where we perform the check for what should be allowed. The `///` style doc comment is now also allowed.

r? ``@bjorn3``

cc ``@hsanzg``
  • Loading branch information
matthiaskrgr authored Jul 30, 2024
2 parents 64da1dd + 08a6c20 commit b86d885
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit b86d885

Please sign in to comment.