edc97a0df2
When using `concat!` to join paths, the Unix path separator (`/`) is often used. This breaks on Windows if the base path is a verbatim path (i.e. starts with `\\?\`).
2 lines
36 B
Plaintext
2 lines
36 B
Plaintext
static TEST: &str = "Hello World!";
|