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 9b90594 commit 1f45810Copy full SHA for 1f45810
tests/pass/shims/fs.rs
@@ -69,7 +69,7 @@ fn test_file() {
69
70
// Writing to a file opened for reading should error (and not stop interpretation). std does not
71
// categorize the error so we don't check for details.
72
- file.write(&[]).unwrap_err();
+ dbg!(file.write(&[]).unwrap_err());
73
74
// Removing file should succeed.
75
remove_file(&path).unwrap();
0 commit comments