rust/tests/ui/rustdoc
2026-01-11 18:36:03 +01:00
..
cfg-rustdoc.rs Detect more cfgd out items in resolution errors 2025-08-01 21:50:36 +00:00
cfg-rustdoc.stderr Tweak rendering of cfg'd out item 2025-08-01 23:58:15 +00:00
check-doc-alias-attr-location.rs For now, ignore target checking for doc attributes in attr_parsing 2025-12-10 20:18:42 +01:00
check-doc-alias-attr-location.stderr For now, ignore target checking for doc attributes in attr_parsing 2025-12-10 20:18:42 +01:00
check-doc-alias-attr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-doc-alias-attr.stderr If there are too many suggestions for malformed attribute, do not suggest them 2025-12-12 14:55:17 +01:00
deny-invalid-doc-attrs.rs Update ui tests 2024-02-29 14:43:43 +01:00
deny-invalid-doc-attrs.stderr Update ui tests 2024-02-29 14:43:43 +01:00
doc-alias-crate-level.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
doc-alias-crate-level.stderr Move checks from check_doc_attrs directly into rustc_attr_parsing 2026-01-11 18:36:03 +01:00
doc-alias-same-name.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-alias-same-name.stderr Fix ui tests 2025-12-10 12:28:05 +01:00
doc-alias-use-item-list-stem.rs Check attrs: Don't try to retrieve the name of list stems 2025-03-19 23:29:35 +01:00
doc-inline-extern-crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-inline-extern-crate.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
doc-primitive.rs Update ui tests 2024-02-29 14:43:43 +01:00
doc-primitive.stderr Fix ui tests 2025-12-10 12:28:05 +01:00
doc-test-attr-pass.rs Allow #![doc(test(attr(..)))] at every level 2025-05-22 20:12:50 +02:00
doc-test-attr.rs Update ui tests 2024-02-29 14:43:43 +01:00
doc-test-attr.stderr Fix ui tests 2025-12-10 12:28:05 +01:00
doc_keyword.rs Fix ui tests 2025-12-10 12:28:05 +01:00
doc_keyword.stderr Move checks from check_doc_attrs directly into rustc_attr_parsing 2026-01-11 18:36:03 +01:00
duplicate_doc_alias.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
duplicate_doc_alias.stderr Fix ui tests 2025-12-10 12:28:05 +01:00
feature-gate-doc_primitive.rs refactor AttributeGate and rustc_attr! to emit notes during feature checking 2025-06-09 11:44:24 +02:00
feature-gate-doc_primitive.stderr refactor AttributeGate and rustc_attr! to emit notes during feature checking 2025-06-09 11:44:24 +02:00
hidden-doc-associated-item.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
README.md Move /src/test to /tests 2023-01-11 09:32:08 +00:00
renamed-features-rustdoc_internals.rs Don't include current rustc version string in feature removed help 2025-06-24 23:32:09 +08:00
renamed-features-rustdoc_internals.stderr Don't include current rustc version string in feature removed help 2025-06-24 23:32:09 +08:00
unterminated-doc-comment.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unterminated-doc-comment.stderr Be more accurate about calculating display_col from a BytePos 2024-07-18 20:08:38 +00:00

This directory is for tests that have to do with rustdoc, but test the behavior of rustc. For example, rustc should not warn that an attribute rustdoc uses is unknown.