about summary refs log tree commit diff
path: root/tests/ui/suggestions/missing-format-specifiers-issue-68293.rs
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-09-13 03:26:03 -0400
committerGitHub <noreply@github.com>2025-09-13 03:26:03 -0400
commit7be418947e858d0b6f52d453ef377cd77de9aeaf (patch)
tree9a7ae0e93d68b15824f6d775056ed4452defc537 /tests/ui/suggestions/missing-format-specifiers-issue-68293.rs
parent82bb6d523bf3b1e6cd8d160565ab18d01640a4dd (diff)
parent472721b34f73e7a5e6870c9443c35e3ab29958d9 (diff)
downloadrust-7be418947e858d0b6f52d453ef377cd77de9aeaf.tar.gz
rust-7be418947e858d0b6f52d453ef377cd77de9aeaf.zip
Rollup merge of #146450 - lolbinarycat:bootstrap-test-js, r=jieyouxu
bootstrap: rustdoc-js tests can now be filtered by js files

Before, a command like `./x test tests/rustdoc-js/path-ordering.js` would succeed, but run no tests, since the names of the tests are based on the `.rs` file.  This is a bit confusing, as the `rustdoc-js-std` test suite only has `.js` files, and thus those are the files you filter on.  Now, `./x test tests/rustdoc-js/path-ordering.js` will be treated as an alias for `./x test tests/rustdoc-js/path-ordering.rs`.  This is fairly simple as each `rustdoc-js` test has 2 files, 1 js file and one rust file, each with an identical base filename, so all we need to do is swap the extension.

r? `@Kobzol`
Diffstat (limited to 'tests/ui/suggestions/missing-format-specifiers-issue-68293.rs')
0 files changed, 0 insertions, 0 deletions