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 d7f79cc commit 9f156d3Copy full SHA for 9f156d3
src/tools/miri/tests/pass/tree_borrows/reserved.rs
@@ -27,9 +27,8 @@ fn main() {
27
}
28
29
30
-unsafe fn print(msg: &str) {
31
- utils::miri_write_to_stderr(msg.as_bytes());
32
- utils::miri_write_to_stderr("\n".as_bytes());
+fn print(msg: &str) {
+ eprintln!("{msg}");
33
34
35
unsafe fn read_second<T>(x: &mut T, y: *mut u8) {
0 commit comments