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 e237c2d commit df0fe30Copy full SHA for df0fe30
src/test/mod.rs
@@ -89,42 +89,6 @@ fn hello_world() {
89
)
90
}
91
92
-#[test]
93
-fn test_something() {
94
- crate::assert_ok!(
95
- //@check-pass
96
- [
97
- crate Foo {
98
-
99
- trait Id {
100
- type This: [];
101
- }
102
103
- impl<ty T> Id for T {
104
- type This = T;
105
106
107
- fn bar(()) -> () = minirust(v1) -> v0 {
108
- let v0: ();
109
- let v1: ();
110
- let v2:
111
112
- bb0: {
113
- statements {
114
- local(v0) = load(local(v1));
115
116
117
118
119
- };
120
121
122
- ]
123
124
- expect_test::expect!["()"]
125
- )
126
-}
127
128
#[test]
129
fn basic_where_clauses_pass() {
130
crate::assert_ok!(
0 commit comments