about summary refs log tree commit diff
path: root/src/test/ui/const-generics/derive-debug-array-wrapper.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-generics/derive-debug-array-wrapper.stderr')
-rw-r--r--src/test/ui/const-generics/derive-debug-array-wrapper.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/const-generics/derive-debug-array-wrapper.stderr b/src/test/ui/const-generics/derive-debug-array-wrapper.stderr
index 08a9037a207..c4aef4c9d47 100644
--- a/src/test/ui/const-generics/derive-debug-array-wrapper.stderr
+++ b/src/test/ui/const-generics/derive-debug-array-wrapper.stderr
@@ -15,6 +15,7 @@ LL |     a: [u32; N],
    = note: required because of the requirements on the impl of `std::fmt::Debug` for `[u32; _]`
    = note: required because of the requirements on the impl of `std::fmt::Debug` for `&[u32; _]`
    = note: required for the cast to the object type `dyn std::fmt::Debug`
+   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error