Added issue link and description to macro-const-stringify.rs

This commit is contained in:
Aryan Dubey
2026-03-29 21:22:14 -04:00
parent 16c3d975e0
commit c0e8750bea
+2
View File
@@ -1,4 +1,6 @@
//@ check-pass
//Tests to check that a macro generating an impl block with stringify for a trait associated const
//https://github.com/rust-lang/rust/issues/38160
trait MyTrait {
const MY_CONST: &'static str;
}