File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7107,6 +7107,7 @@ impl T$0 for () {}
7107
7107
```
7108
7108
7109
7109
```rust
7110
+ Ok(None)
7110
7111
trait T {}
7111
7112
```
7112
7113
"# ] ] ,
@@ -7126,6 +7127,7 @@ impl T$0 for () {}
7126
7127
```
7127
7128
7128
7129
```rust
7130
+ Ok(None)
7129
7131
trait T {}
7130
7132
```
7131
7133
"# ] ] ,
@@ -7149,6 +7151,7 @@ impl T$0 for () {}
7149
7151
```
7150
7152
7151
7153
```rust
7154
+ Ok(Some(Method(FunctionId(0), StaticMethod)))
7152
7155
trait T { /* … */ }
7153
7156
```
7154
7157
"# ] ] ,
@@ -7172,6 +7175,7 @@ impl T$0 for () {}
7172
7175
```
7173
7176
7174
7177
```rust
7178
+ Ok(Some(Method(FunctionId(0), StaticMethod)))
7175
7179
trait T {
7176
7180
fn func();
7177
7181
const FLAG: i32;
@@ -7199,6 +7203,7 @@ impl T$0 for () {}
7199
7203
```
7200
7204
7201
7205
```rust
7206
+ Ok(Some(Method(FunctionId(0), StaticMethod)))
7202
7207
trait T {
7203
7208
fn func();
7204
7209
const FLAG: i32;
@@ -7226,6 +7231,7 @@ impl T$0 for () {}
7226
7231
```
7227
7232
7228
7233
```rust
7234
+ Ok(Some(Method(FunctionId(0), StaticMethod)))
7229
7235
trait T {
7230
7236
fn func();
7231
7237
const FLAG: i32;
You can’t perform that action at this time.
0 commit comments