File: 02-invalid-path.stderr

package info (click to toggle)
rust-ruma-common 0.10.5-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,208 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
error: path may only contain printable ASCII characters with no spaces
 --> $DIR/02-invalid-path.rs:8:24
  |
8 |         unstable_path: "µ/°/§/€",
  |                        ^^^^^^^^^

error: path may only contain printable ASCII characters with no spaces
  --> $DIR/02-invalid-path.rs:26:24
   |
26 |         unstable_path: "path/to/invalid space/endpoint",
   |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^