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 19edb82 commit dd9dfb1Copy full SHA for dd9dfb1
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: bba0680cb0801bc52d2abfc87bbf0885dc0355f8
+refs/heads/master: ee78d811e488e2f279cfda454f8f909477dc3d6b
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
5
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589
trunk/src/libstd/std.rc
@@ -28,7 +28,9 @@ not required in or otherwise suitable for the core library.
28
29
#[allow(vecs_implicitly_copyable)];
30
#[deny(non_camel_case_types)];
31
-#[allow(deprecated_mutable_fields)];
+
32
+// Allow mutable fields only in stage0.
33
+#[warn(deprecated_mutable_fields)];
34
35
pub mod uv_ll;
36
0 commit comments