We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47eda6b commit 3652b89Copy full SHA for 3652b89
src/test/ui/proc-macro/expand-expr.rs
@@ -125,8 +125,8 @@ const _: u32 = recursive_expand!(); //~ ERROR: recursion limit reached while exp
125
126
fn main() {
127
// https://github.com/rust-lang/rust/issues/104414
128
- match b"a" {
+ match b"Included file contents\n" {
129
include_bytes!("auxiliary/included-file.txt") => (),
130
- _ => ()
+ _ => panic!("include_bytes! in pattern"),
131
}
132
0 commit comments