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 ed99352 commit 68966f2Copy full SHA for 68966f2
[refs]
@@ -1,6 +1,6 @@
1
---
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
-refs/heads/snap-stage3: 39c05b4b655d1f0197882a32a8b49fbd35aa1075
+refs/heads/snap-stage3: 613deb03127d0930e4624d0c0a8744c849093019
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
branches/snap-stage3/src/test/compile-fail/index_message.rs
@@ -1,5 +1,4 @@
-// error-pattern:cannot index a value of type `()`
fn main() {
let z = ();
- log(error, z[0]);
+ log(debug, z[0]); //! ERROR cannot index a value of type `()`
}
0 commit comments