From b0c4cbaa69f9282a29439309f143c6d36b00cdc3 Mon Sep 17 00:00:00 2001 From: "Daniel Szoke (via Pi Coding Agent)" Date: Wed, 18 Feb 2026 14:54:28 +0000 Subject: [PATCH] Fix stale metadata output comment in compile-test DiagnosticCollector currently writes util/gh-pages/index.html, but the doc comment still said util/gh-pages/lints.json. The drift came from the switch to HTML generation in b522e7a94 ("Generate lint list in HTML directly instead of JS"), which changed the output file from lints.json to index.html but left this comment unchanged. --- tests/compile-test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compile-test.rs b/tests/compile-test.rs index a1f3224a5da9..6bdfb17481a3 100644 --- a/tests/compile-test.rs +++ b/tests/compile-test.rs @@ -466,7 +466,7 @@ enum DiagnosticOrMessage { } /// Collects applicabilities from the diagnostics produced for each UI test, producing the -/// `util/gh-pages/lints.json` file used by +/// `util/gh-pages/index.html` file used by #[derive(Debug, Clone)] struct DiagnosticCollector { sender: Sender>,