-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add f16
and f128
to tests/ui/consts/const-float-bits-conv.rs
#129163
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
Comments
Okay will do that |
FYI you can comment |
@rustbot claim |
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Aug 17, 2024
Added f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 18, 2024
Loading
Loading status checks…
Added f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163 try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw
jieyouxu
added a commit
to jieyouxu/rust
that referenced
this issue
Aug 20, 2024
Added f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163 try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw
jieyouxu
added a commit
to jieyouxu/rust
that referenced
this issue
Aug 20, 2024
Added f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163 try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Aug 21, 2024
Added f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163 try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw
jieyouxu
added a commit
to jieyouxu/rust
that referenced
this issue
Aug 22, 2024
Add f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163 try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Aug 22, 2024
Add f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163 try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Aug 23, 2024
Add f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163 try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw
jieyouxu
added a commit
to jieyouxu/rust
that referenced
this issue
Aug 23, 2024
Add f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163 try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw
jieyouxu
added a commit
to jieyouxu/rust
that referenced
this issue
Aug 23, 2024
Add f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163 try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Aug 25, 2024
Add f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163 try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 26, 2024
Rollup merge of rust-lang#129190 - rezwanahmedsami:master, r=tgross35 Add f16 and f128 to tests/ui/consts/const-float-bits-conv.rs Fixes rust-lang#129163 try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
This file is only
f32
andf64
: https://github.com/rust-lang/rust/blob/a73bc4a131d94eba633c4c572a28e0bf94a67530/tests/ui/consts/const-float-bits-conv.rs, but we should add the other float types to this test.The change should wait for #128598 since that changes some of these semantics (this PR is almost merged).
There are probably a handful of tests that only check
f32
andf64
but could use updates with the new types.The text was updated successfully, but these errors were encountered: