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 eda1dae commit e4023d1Copy full SHA for e4023d1
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 35c98a8378b363edccdcae2b16b6d2132da79d78
+refs/heads/master: 393bc08762de9d24517bce260e2d2564074d3aa9
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
trunk/src/librustc/middle/lang_items.rs
@@ -96,6 +96,7 @@ impl LanguageItems {
96
}
97
98
$(
99
+ #[allow(dead_code)]
100
pub fn $method(&self) -> Option<ast::DefId> {
101
*self.items.get($variant as uint)
102
0 commit comments