Update src/test/ui/proc-macro/expand-expr.rs
Co-authored-by: Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>
This commit is contained in:
parent
47eda6b7db
commit
3652b89f85
@ -125,8 +125,8 @@ macro_rules! mac {
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
// https://github.com/rust-lang/rust/issues/104414
|
// https://github.com/rust-lang/rust/issues/104414
|
||||||
match b"a" {
|
match b"Included file contents\n" {
|
||||||
include_bytes!("auxiliary/included-file.txt") => (),
|
include_bytes!("auxiliary/included-file.txt") => (),
|
||||||
_ => ()
|
_ => panic!("include_bytes! in pattern"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user