Push bound var down

This commit is contained in:
Ayaz Hafiz 2022-07-04 23:00:48 -04:00 committed by ayazhafiz
parent 34d2d81ca6
commit 15afa36344
No known key found for this signature in database
GPG key ID: B443F7A3030C9AED
4 changed files with 131 additions and 142 deletions

View file

@ -1682,12 +1682,3 @@ fn choose_u128_layout() {
"#
)
}
#[mono_test]
fn foobar() {
indoc!(
r#"
170141183460469231731687303715884105728 + 1
"#
)
}