diff options
Diffstat (limited to 'tests/ui/rustdoc/README.md')
-rw-r--r-- | tests/ui/rustdoc/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/rustdoc/README.md b/tests/ui/rustdoc/README.md new file mode 100644 index 000000000..1c98ab038 --- /dev/null +++ b/tests/ui/rustdoc/README.md @@ -0,0 +1,3 @@ +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. |