]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/fluent-messages/test.stderr
Rollup merge of #93896 - jsha:dark-colors, r=GuillaumeGomez
[rust.git] / src / test / ui-fulldeps / fluent-messages / test.stderr
1 error: could not open Fluent resource
2   --> $DIR/test.rs:25:29
3    |
4 LL |         missing_absolute => "/definitely_does_not_exist.ftl",
5    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: os-specific message
8
9 error: could not open Fluent resource
10   --> $DIR/test.rs:34:29
11    |
12 LL |         missing_relative => "../definitely_does_not_exist.ftl",
13    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14    |
15    = note: os-specific message
16
17 error: could not parse Fluent resource
18   --> $DIR/test.rs:43:28
19    |
20 LL |         missing_message => "./missing-message.ftl",
21    |                            ^^^^^^^^^^^^^^^^^^^^^^^
22    |
23    = help: see additional errors emitted
24
25 error: expected a message field for "missing-message"
26  --> ./missing-message.ftl:1:1
27   |
28 1 | missing-message = 
29   | ^^^^^^^^^^^^^^^^^^
30   |
31
32 error: overrides existing message: `key`
33   --> $DIR/test.rs:53:9
34    |
35 LL |         b => "./duplicate-b.ftl",
36    |         ^
37    |
38 help: previously defined in this resource
39   --> $DIR/test.rs:52:9
40    |
41 LL |         a => "./duplicate-a.ftl",
42    |         ^
43
44 error: aborting due to 4 previous errors
45