2020-08-10 03:10:08 -05:00
|
|
|
// ignore-windows: File handling is not implemented yet
|
2020-10-03 05:00:29 -05:00
|
|
|
// error-pattern: open not available when isolation is enabled
|
2020-08-10 03:10:08 -05:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
let _file = std::fs::File::open("file.txt").unwrap();
|
|
|
|
}
|