File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,10 @@ An unknown "kind" was specified for a link attribute. Erroneous code example:
5757
5858Please specify a valid "kind" value, from one of the following:
5959
60- - static
61- - dylib
62- - framework
60+ * static
61+ * dylib
62+ * framework
63+
6364"## ,
6465
6566E0459 : r##"
Original file line number Diff line number Diff line change @@ -1378,8 +1378,8 @@ let x = |_| {}; // error: cannot determine a type for this expression
13781378
13791379You have two possibilities to solve this situation:
13801380
1381- - Give an explicit definition of the expression
1382- - Infer the expression
1381+ * Give an explicit definition of the expression
1382+ * Infer the expression
13831383
13841384Examples:
13851385
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ fn main() {}
6565
6666The `inline` attribute only supports two arguments:
6767
68- - always
69- - never
68+ * always
69+ * never
7070
7171All other arguments given to the `inline` attribute will return this error.
7272Example:
@@ -121,9 +121,9 @@ pub fn main() {}
121121
122122The `cfg` attribute supports only three kinds of predicates:
123123
124- - any
125- - all
126- - not
124+ * any
125+ * all
126+ * not
127127
128128Example:
129129
You can’t perform that action at this time.
0 commit comments