Skip to content

Commit dd9dfb1

Browse files
committed
---
yaml --- r: 60110 b: refs/heads/master c: ee78d81 h: refs/heads/master v: v3
1 parent 19edb82 commit dd9dfb1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: bba0680cb0801bc52d2abfc87bbf0885dc0355f8
2+
refs/heads/master: ee78d811e488e2f279cfda454f8f909477dc3d6b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
55
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589

trunk/src/libstd/std.rc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ not required in or otherwise suitable for the core library.
2828

2929
#[allow(vecs_implicitly_copyable)];
3030
#[deny(non_camel_case_types)];
31-
#[allow(deprecated_mutable_fields)];
31+
32+
// Allow mutable fields only in stage0.
33+
#[warn(deprecated_mutable_fields)];
3234

3335
pub mod uv_ll;
3436

0 commit comments

Comments
 (0)