|
1 | | -error: could not open Fluent resource |
| 1 | +error: could not open Fluent resource: os-specific message |
2 | 2 | --> $DIR/test.rs:24:24 |
3 | 3 | | |
4 | 4 | LL | fluent_messages! { "/definitely_does_not_exist.ftl" } |
5 | 5 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
6 | | - | |
7 | | - = note: os-specific message |
8 | 6 |
|
9 | | -error: could not open Fluent resource |
| 7 | +error: could not open Fluent resource: os-specific message |
10 | 8 | --> $DIR/test.rs:31:24 |
11 | 9 | | |
12 | 10 | LL | fluent_messages! { "../definitely_does_not_exist.ftl" } |
13 | 11 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
14 | | - | |
15 | | - = note: os-specific message |
16 | 12 |
|
17 | 13 | error: could not parse Fluent resource |
18 | 14 | --> $DIR/test.rs:38:24 |
@@ -89,23 +85,23 @@ error: invalid escape `\n` in Fluent resource |
89 | 85 | LL | fluent_messages! { "./invalid-escape.ftl" } |
90 | 86 | | ^^^^^^^^^^^^^^^^^^^^^^ |
91 | 87 | | |
92 | | - = note: os-specific message |
| 88 | + = note: Fluent does not interpret these escape sequences (<https://projectfluent.org/fluent/guide/special.html>) |
93 | 89 |
|
94 | 90 | error: invalid escape `\"` in Fluent resource |
95 | 91 | --> $DIR/test.rs:99:24 |
96 | 92 | | |
97 | 93 | LL | fluent_messages! { "./invalid-escape.ftl" } |
98 | 94 | | ^^^^^^^^^^^^^^^^^^^^^^ |
99 | 95 | | |
100 | | - = note: os-specific message |
| 96 | + = note: Fluent does not interpret these escape sequences (<https://projectfluent.org/fluent/guide/special.html>) |
101 | 97 |
|
102 | 98 | error: invalid escape `\'` in Fluent resource |
103 | 99 | --> $DIR/test.rs:99:24 |
104 | 100 | | |
105 | 101 | LL | fluent_messages! { "./invalid-escape.ftl" } |
106 | 102 | | ^^^^^^^^^^^^^^^^^^^^^^ |
107 | 103 | | |
108 | | - = note: os-specific message |
| 104 | + = note: Fluent does not interpret these escape sequences (<https://projectfluent.org/fluent/guide/special.html>) |
109 | 105 |
|
110 | 106 | error: aborting due to 13 previous errors |
111 | 107 |
|
0 commit comments