rust/compiler/rustc_typeck
Yuki Okushi 64b76da4b6
Rollup merge of #82695 - XAMPPRocky:remove-non-power-of-two-limit, r=nagisa
Revert non-power-of-two vector restriction

Removes the power of two restriction from rustc. As discussed in https://github.com/rust-lang/stdsimd/issues/63

r? ```@calebzulawski```

cc ```@workingjubilee``` ```@thomcc```
2021-03-03 16:27:44 +09:00
..
src Rollup merge of #82695 - XAMPPRocky:remove-non-power-of-two-limit, r=nagisa 2021-03-03 16:27:44 +09:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00
README.md

README.md

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.