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 60d60cc commit ee17f47Copy full SHA for ee17f47
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 5151c0885023c25af3c8dfaaf0495b60c7c99c7a
+refs/heads/master: e6c613ffa514fc72bb7c818401b41a22ca03cdf0
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/libcore/dvec.rs
@@ -129,7 +129,7 @@ impl extensions<A> for dvec<A> {
129
#[doc = "Overwrite the current contents"]
130
fn set(+w: [mut A]) {
131
self.check_not_borrowed();
132
- self.data <- w; //FIXME check for recursive use (#2607)
+ self.data <- w;
133
}
134
135
0 commit comments