about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-08-13 13:06:25 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-08-15 19:35:52 -0700
commit8ef1e3b77f0f0c365c6c11ebc5095997c8f0cd15 (patch)
treeddb722632e95d50c5381a2c9a39028ec36eee825 /src/libstd/sys
parent2972b771344f5f16df0468d792df178614740b56 (diff)
downloadrust-8ef1e3b77f0f0c365c6c11ebc5095997c8f0cd15.tar.gz
rust-8ef1e3b77f0f0c365c6c11ebc5095997c8f0cd15.zip
test: Fix tests for requiring issues
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/windows/ext/fs.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/ext/fs.rs b/src/libstd/sys/windows/ext/fs.rs
index 66f42db42cf..9fe6527d89e 100644
--- a/src/libstd/sys/windows/ext/fs.rs
+++ b/src/libstd/sys/windows/ext/fs.rs
@@ -20,7 +20,8 @@ use sys_common::{AsInnerMut, AsInner};
 
 /// Windows-specific extensions to `OpenOptions`
 #[unstable(feature = "open_options_ext",
-           reason = "may require more thought/methods")]
+           reason = "may require more thought/methods",
+           issue = "27720")]
 pub trait OpenOptionsExt {
     /// Overrides the `dwDesiredAccess` argument to the call to `CreateFile`
     /// with the specified value.