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
..
assembly Reformat use declarations. 2024-07-29 08:26:52 +10:00
auxiliary
codegen Auto merge of #128378 - matthiaskrgr:rollup-i3qz9uo, r=matthiaskrgr 2024-07-30 05:50:05 +00:00
codegen-units
coverage
coverage-run-rustdoc
crashes Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxu 2024-07-30 22:51:38 +02:00
debuginfo
incremental Perform instsimplify before inline to eliminate some trivial calls 2024-07-29 18:14:35 +08:00
mir-opt Stabilize offset_of_nested 2024-07-29 17:50:12 +01:00
pretty
run-make rewrite raw-dylib-stdcall-ordinal to rmake 2024-07-29 10:58:28 -04:00
run-pass-valgrind
rustdoc rustdoc: move the wbr after the underscore, instead of before 2024-07-29 10:31:02 -07:00
rustdoc-gui Rollup merge of #128339 - GuillaumeGomez:click-code-example, r=notriddle 2024-07-30 04:31:55 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json Reformat use declarations. 2024-07-29 08:26:52 +10:00
rustdoc-ui Rollup merge of #128111 - estebank:no-question, r=fmease 2024-07-25 04:43:20 +02:00
ui Rollup merge of #128380 - folkertdev:naked-compatible-doc-comment, r=bjorn3 2024-07-30 22:51:39 +02:00
ui-fulldeps Bless a bootstrap-dependent UI test 2024-07-28 14:46:29 -04:00
COMPILER_TESTS.md