mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Added issue link and description to macro-const-stringify.rs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user