about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-06-22 05:51:57 +0000
committerbors <bors@rust-lang.org>2024-06-22 05:51:57 +0000
commitf0aceed540be1d2c761c7beedf09d243f3377298 (patch)
tree64b3d7f75d32bd10332c31c5e3845ef14c5c1c20 /src/ci/docker/scripts
parent10e1f5d2121831991a1bebb8cda044a1677aaddf (diff)
parent1916b3d57fce92a42c6acf85b1d9cbf59f16978a (diff)
downloadrust-f0aceed540be1d2c761c7beedf09d243f3377298.tar.gz
rust-f0aceed540be1d2c761c7beedf09d243f3377298.zip
Auto merge of #126817 - workingjubilee:rollup-0rg0k55, r=workingjubilee
Rollup of 7 pull requests

Successful merges:

 - #126530 (Add `f16` inline ASM support for RISC-V)
 - #126712 (Migrate `relocation-model`, `error-writing-dependencies` and `crate-name-priority` `run-make` tests to rmake)
 - #126722 (Add method to get `FnAbi` of function pointer)
 - #126787 (Add direct accessors for memory addresses in `Machine` (for Miri))
 - #126798 ([fuchsia-test-runner] Remove usage of kw_only)
 - #126809 (Remove stray `.` from error message)
 - #126811 (Add a tidy rule to check that fluent messages and attrs don't end in `.`)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci/docker/scripts')
-rwxr-xr-xsrc/ci/docker/scripts/fuchsia-test-runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/fuchsia-test-runner.py b/src/ci/docker/scripts/fuchsia-test-runner.py
index 115ee69a589..6db25ff1a80 100755
--- a/src/ci/docker/scripts/fuchsia-test-runner.py
+++ b/src/ci/docker/scripts/fuchsia-test-runner.py
@@ -112,7 +112,7 @@ def atomic_link(link: Path, target: Path):
             os.remove(tmp_file)
 
 
-@dataclass(kw_only=True)
+@dataclass
 class TestEnvironment:
     rust_build_dir: Path
     sdk_dir: Path