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 d730cd6 commit 89fb068Copy full SHA for 89fb068
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 587ce4894e0a4b2b785b7b5e803e7ab4c9241258
+refs/heads/master: 392708e3b153eb9f7cd3bf10d1658c76b49632a7
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/src/libcore/ops.rs
@@ -15,7 +15,7 @@
15
16
#[lang="drop"]
17
pub trait Drop {
18
- fn finalize(&self); // XXX: Rename to "drop"? --pcwalton
+ fn finalize(&self); // FIXME(#4332): Rename to "drop"? --pcwalton
19
}
20
21
#[lang="add"]
0 commit comments