We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261a3ed commit 265f95eCopy full SHA for 265f95e
site/src/request_handlers/graph.rs
@@ -61,7 +61,7 @@ pub async fn handle_compile_detail_graphs(
61
/// Returns data for compilation sections (frontend/backend/linker) when comparing a single test
62
/// result comparison for a compile-time benchmark.
63
pub async fn handle_compile_detail_sections(
64
- request: detail_graphs::Request,
+ request: detail_sections::Request,
65
ctxt: Arc<SiteCtxt>,
66
) -> ServerResult<detail_sections::Response> {
67
log::info!("handle_compile_detail_sections({:?})", request);
0 commit comments