From 9f056df8e628ce2e0eabe98608be2adb96b1daea Mon Sep 17 00:00:00 2001 From: Lucas Franceschino Date: Wed, 10 Jul 2024 10:05:05 +0200 Subject: [PATCH] Update tests/traits/src/lib.rs Co-authored-by: Franziskus Kiefer --- tests/traits/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/traits/src/lib.rs b/tests/traits/src/lib.rs index 3d48dda4a..4013b9f3d 100644 --- a/tests/traits/src/lib.rs +++ b/tests/traits/src/lib.rs @@ -177,7 +177,7 @@ mod interlaced_consts_types { } } -// Related to issue 719 (after reopen) +// Related to issue #719 (after reopen) mod implicit_explicit_calling_conventions { struct Type { field: [TypeArg; ConstArg],