]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107500 - bryangarza:future-sizes-baseline-test, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Fri, 3 Feb 2023 05:30:23 +0000 (06:30 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Feb 2023 05:30:23 +0000 (06:30 +0100)
commit22aa680c44024531293c5ed8b963eb6aade3f7d0
tree404bd93be25c8a2f70f940109f0fd5df5aeba9b4
parent2fdb3559c47fbd2e9b959ce2080dc5eeec2554a9
parent1a65219a49cb9797f228b04929ac02236d690435
Rollup merge of #107500 - bryangarza:future-sizes-baseline-test, r=compiler-errors

Add tests to assert current behavior of large future sizes

Based on a couple of sources:
- https://swatinem.de/blog/future-size/
- https://github.com/rust-lang/rust/issues/62958