1
Fork 0

add expected error comment

Co-Authored-By: csmoe <csmoe@msn.com>
This commit is contained in:
Esteban Kuber 2018-10-23 09:03:11 +08:00 committed by GitHub
parent a76690f6a4
commit 82b86e53e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ struct S7;
#[cfg(a = 10)] //~ ERROR literal in `cfg` predicate value must be a string
struct S8;
#[cfg(a = b"hi")]
#[cfg(a = b"hi")] //~ ERROR literal in `cfg` predicate value must be a string
struct S9;
macro_rules! generate_s10 {