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 5cf90bc commit 6593563Copy full SHA for 6593563
tests/run-pass/get_current_dir.rs
@@ -0,0 +1,5 @@
1
+// ignore-windows: TODO the windows hook is not done yet
2
+
3
+fn main() {
4
+ std::env::current_dir().unwrap();
5
+}
0 commit comments