about summary refs log tree commit diff
path: root/tests/rustdoc/unsafe-extern-blocks.rs
AgeCommit message (Collapse)AuthorLines
2025-05-05Created `tests/rustdoc/extern` subfolder to limit number of files at the top ↵Guillaume Gomez-29/+0
level
2025-02-16fix rustdoc test directives that were accidentally ignoredYotam Ofek-13/+13
replace "// @" with "//@ ", and fix the tests so they actually pass, after directives are checked
2024-07-23Stabilize unsafe extern blocks (RFC 3484)Santiago Pastorino-2/+1
2024-06-20Add regression test for `unsafe_extern_blocks`Guillaume Gomez-0/+30