File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,12 @@ impl Renderer {
352
352
max_line_num_len + 1 ,
353
353
) ;
354
354
}
355
+ Some ( Element :: Origin ( origin) ) if origin. primary => self
356
+ . draw_col_separator_end (
357
+ & mut buffer,
358
+ current_line,
359
+ max_line_num_len + 1 ,
360
+ ) ,
355
361
356
362
Some ( Element :: Message ( level) )
357
363
if level. level . name != Some ( None ) =>
Original file line number Diff line number Diff line change @@ -3055,6 +3055,7 @@ error[E0599]: no method named `poll` found for struct `Pin<&mut impl Future<Outp
3055
3055
|
3056
3056
LL | match fut.as_mut().poll(ctx) {
3057
3057
| ^^^^ method not found in `Pin<&mut impl Future<Output = ()>>`
3058
+ |
3058
3059
--> $SRC_DIR/core/src/future/future.rs:104:7
3059
3060
|
3060
3061
= note: the method is available for `Pin<&mut impl Future<Output = ()>>` here
@@ -3074,6 +3075,7 @@ error[E0599]: no method named `poll` found for struct `Pin<&mut impl Future<Outp
3074
3075
│
3075
3076
LL │ match fut.as_mut().poll(ctx) {
3076
3077
│ ━━━━ method not found in `Pin<&mut impl Future<Output = ()>>`
3078
+ ╰╴
3077
3079
╭▸ $SRC_DIR/core/src/future/future.rs:104:7
3078
3080
│
3079
3081
├ note: the method is available for `Pin<&mut impl Future<Output = ()>>` here
@@ -3233,6 +3235,7 @@ error: cannot find derive macro `Eqr` in this scope
3233
3235
|
3234
3236
LL | #[derive(Eqr)]
3235
3237
| ^^^ help: a derive macro with a similar name exists: `Eq`
3238
+ |
3236
3239
--> $SRC_DIR/core/src/cmp.rs:356:0
3237
3240
|
3238
3241
= note: similarly named derive macro `Eq` defined here
@@ -3248,6 +3251,7 @@ error: cannot find derive macro `Eqr` in this scope
3248
3251
│
3249
3252
LL │ #[derive(Eqr)]
3250
3253
│ ━━━ help: a derive macro with a similar name exists: `Eq`
3254
+ ╰╴
3251
3255
╭▸ $SRC_DIR/core/src/cmp.rs:356:0
3252
3256
│
3253
3257
├ note: similarly named derive macro `Eq` defined here
You can’t perform that action at this time.
0 commit comments