Files
rust/tests
Matthias Krüger e6a82d2878 Rollup merge of #128380 - folkertdev:naked-compatible-doc-comment, r=bjorn3
make `///` doc comments compatible with naked functions

tracking issue: https://github.com/rust-lang/rust/issues/90957

reported in https://github.com/rust-lang/rust/pull/127853#issuecomment-2257323333

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``
2024-07-30 22:51:39 +02:00
..
2024-07-29 08:26:52 +10:00
2024-07-01 05:17:13 -07:00
2024-07-13 12:02:12 +00:00
2024-07-29 17:50:12 +01:00
2024-07-06 14:24:20 +02:00
2024-06-07 11:55:52 +08:00
2024-07-29 08:26:52 +10:00