diff options
| author | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-03-05 09:02:33 +0000 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-03-05 09:02:33 +0000 |
| commit | 247a080b9852e3ab176cca63f5695c8a6b2202cd (patch) | |
| tree | 7431113ee733fdfca32f621fb7206638e5fb5eb0 /tests/rustdoc/invalid$crate$name.rs | |
| parent | 53f48ddbc7f6a42c2e67f8b16f5868f483821744 (diff) | |
| download | rust-247a080b9852e3ab176cca63f5695c8a6b2202cd.tar.gz rust-247a080b9852e3ab176cca63f5695c8a6b2202cd.zip | |
Update test names to not have dots
Diffstat (limited to 'tests/rustdoc/invalid$crate$name.rs')
| -rw-r--r-- | tests/rustdoc/invalid$crate$name.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rustdoc/invalid$crate$name.rs b/tests/rustdoc/invalid$crate$name.rs new file mode 100644 index 00000000000..189a6c92124 --- /dev/null +++ b/tests/rustdoc/invalid$crate$name.rs @@ -0,0 +1,3 @@ +//@ compile-flags: --crate-name foo + +pub fn foo() {} |
