Skip to content

Commit 9656d5c

Browse files
authored
Update 2021.02.16-lazy-norm.md
1 parent 8295625 commit 9656d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meetings/2021.02.16-lazy-norm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn main() {
1919
}
2020
```
2121
and https://github.com/rust-lang/rust/issues/78369:
22-
```rust=
22+
```rust
2323
#![feature(lazy_normalization_consts)]
2424
// `1 + 4` now "depends on T", preventing us from
2525
// being able to unsize `P` here.

0 commit comments

Comments
 (0)