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 fa1d08b commit ff5dcf6Copy full SHA for ff5dcf6
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: cee7b4caeec85f731c0b9efd27fe159b09a785c5
+refs/heads/master: 93b9574d32dbe3cc4db5d60793371542b456bbad
trunk/src/test/run-pass/issue-511.rs
@@ -1,7 +1,7 @@
use std;
import std::option;
3
4
-fn f<@T>(&o: mutable option::t<T>) {
+fn f<@T>(&o: option::t<T>) {
5
assert o == option::none;
6
}
7
0 commit comments