rust/tests/ui/target-cpu/explicit-target-cpu.avr_nocpu.stderr
Jieyou Xu a86df238d3
tests: rework amdgpu-require-explicit-cpu.rs
- Reworked the test as a *centralized* version of checking that certain
  targets correctly require `-C target-cpu` being specified.
- Document test intention.
- Move `amdgpu-require-explicit-cpu.rs` under new dir
  `tests/ui/target-cpu/`
  - No other ui subdir really fits this "requires `-Ctarget-cpu`" check.
2025-04-19 18:42:23 +08:00

4 lines
114 B
Text

error: target requires explicitly specifying a cpu with `-C target-cpu`
error: aborting due to 1 previous error