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 6e190fa commit 1b50c71Copy full SHA for 1b50c71
1 file changed
tests/ui-fulldeps/stable-mir/check_transform.rs
@@ -137,9 +137,9 @@ fn generate_input(path: &str) -> std::io::Result<()> {
137
write!(
138
file,
139
r#"
140
- #![feature(panic_internals)]
+ fn panic_str(msg: &str) {{ panic!("{{}}", msg); }}
141
pub fn dummy() {{
142
- core::panicking::panic_str("oops");
+ panic_str("oops");
143
}}
144
"#
145
)?;
0 commit comments