diff options
| author | Jubilee <46493976+workingjubilee@users.noreply.github.com> | 2024-03-12 09:04:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-12 09:04:01 -0700 |
| commit | 1aef2fb259efe10fc0c05fc875026cb3e9e42283 (patch) | |
| tree | 3121f3ed701d4f9c8b1be2fe7ce285f163858561 /compiler/rustc_codegen_llvm/src | |
| parent | 7b5c63b69ab7c33ebc851363bd07eb9bb006bed2 (diff) | |
| parent | f4b2a8a1ca52106bede3bb5de41080bb4669ce62 (diff) | |
| download | rust-1aef2fb259efe10fc0c05fc875026cb3e9e42283.tar.gz rust-1aef2fb259efe10fc0c05fc875026cb3e9e42283.zip | |
Rollup merge of #122355 - fmease:rustdoc-fix-up-old-test, r=notriddle
rustdoc: fix up old test `tests/rustdoc/line-breaks.rs` had several issues: 1. It used `//`@count`` instead of `// `@count`` (notice the space!) which gets treated as a `ui_test` directive instead of a `htmldocck` one. `compiletest` didn't flag it as an error because it's allowlisted ([#121561](https://github.com/rust-lang/rust/pull/121561)) presumably precisely because of this test. And before the compiletest→ui_test migration, these directives must've been ignored, too, because … 2. … the checks themselves no longer work either: The count of `<br>`s is actually 0 in all 3 cases because – well – we no longer generate any `<br>`s inside `<pre>`s. Since I don't know how to ``@count`` `\n`s instead of `<br>`s, I've turned them into ``@matches`.` Btw, I don't know if this test is still desirable or if we have other tests that cover this (I haven't checked). r? rustdoc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
