about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Xu <dxu@dxuuu.xyz>2022-07-08 23:34:07 -0500
committerDaniel Xu <dxu@dxuuu.xyz>2022-07-08 23:34:07 -0500
commitf0a99f9036ff3038ca5a4a7d317fb98a2e9a87ce (patch)
tree69bf82899163927e86261ddb6166ced284e3248e
parent34e9e6dff1449bddd9a66e744423797e01aec43c (diff)
downloadrust-f0a99f9036ff3038ca5a4a7d317fb98a2e9a87ce.tar.gz
rust-f0a99f9036ff3038ca5a4a7d317fb98a2e9a87ce.zip
Fixup diagnostic-derive test
-rw-r--r--src/test/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr b/src/test/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr
index 98c22af387e..e282884289d 100644
--- a/src/test/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr
+++ b/src/test/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr
@@ -411,7 +411,7 @@ LL | #[derive(SessionDiagnostic)]
    |
    = help: normalized in stderr
 note: required by a bound in `DiagnosticBuilder::<'a, G>::set_arg`
-  --> $COMPILER_DIR/rustc_errors/src/diagnostic_builder.rs:538:19
+  --> $COMPILER_DIR/rustc_errors/src/diagnostic_builder.rs:539:19
    |
 LL |         arg: impl IntoDiagnosticArg,
    |                   ^^^^^^^^^^^^^^^^^ required by this bound in `DiagnosticBuilder::<'a, G>::set_arg`