about summary refs log tree commit diff
path: root/tests/ui/test-attrs/test-function-signature.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/test-attrs/test-function-signature.stderr')
-rw-r--r--tests/ui/test-attrs/test-function-signature.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/test-attrs/test-function-signature.stderr b/tests/ui/test-attrs/test-function-signature.stderr
index c025163c0bd..55d09970b32 100644
--- a/tests/ui/test-attrs/test-function-signature.stderr
+++ b/tests/ui/test-attrs/test-function-signature.stderr
@@ -26,7 +26,7 @@ error[E0277]: the trait bound `i32: Termination` is not satisfied
   --> $DIR/test-function-signature.rs:9:13
    |
 LL | #[test]
-   | ------- in this procedural macro expansion
+   | ------- in this attribute macro expansion
 LL | fn bar() -> i32 {
    |             ^^^ the trait `Termination` is not implemented for `i32`
    |