summaryrefslogtreecommitdiffstats
path: root/third_party/rust/codespan-reporting/tests/snapshots/term__unicode__rich_no_color.snap
blob: 520d10a28f5348b9c140d31b059290d508e27d40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
source: codespan-reporting/tests/term.rs
expression: TEST_DATA.emit_no_color(&config)
---
error[E0703]: invalid ABI: found `路濫狼á́́`
  ┌─ unicode.rs:1:8
  │
1 │ extern "路濫狼á́́" fn foo() {}
  │        ^^^^^^^^^ invalid ABI
  │
  = valid ABIs:
      - aapcs
      - amdgpu-kernel
      - C
      - cdecl
      - efiapi
      - fastcall
      - msp430-interrupt
      - platform-intrinsic
      - ptx-kernel
      - Rust
      - rust-call
      - rust-intrinsic
      - stdcall
      - system
      - sysv64
      - thiscall
      - unadjusted
      - vectorcall
      - win64
      - x86-interrupt

error: aborting due to previous error
 = For more information about this error, try `rustc --explain E0703`.