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 3ad2f35 commit d611a86Copy full SHA for d611a86
[refs]
@@ -2,7 +2,7 @@
2
refs/heads/master: b8ef9fd9c9f642ce7b8aed82782a1ed745d08d64
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: b8601a3d8b91ad3b653d143307611f2f5c75617e
5
-refs/heads/try: c6fb8c1003c8401d555c073bbc5dc14bfc455618
+refs/heads/try: ca406fa64643e68adcb47b509b3152b99ccab72b
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
branches/try/src/liblibc/lib.rs
@@ -4270,3 +4270,5 @@ pub mod funcs {
4270
}
4271
4272
4273
+
4274
+#[test] fn work_on_windows() { } // this is needed to make rustc happy on windows
0 commit comments