File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,10 @@ An unknown "kind" was specified for a link attribute. Erroneous code example:
5656```
5757
5858Please specify a valid "kind" value, from one of the following:
59- * static
60- * dylib
61- * framework
59+
60+ - static
61+ - dylib
62+ - framework
6263"## ,
6364
6465E0459 : r##"
Original file line number Diff line number Diff line change @@ -1377,8 +1377,9 @@ let x = |_| {}; // error: cannot determine a type for this expression
13771377```
13781378
13791379You have two possibilities to solve this situation:
1380- * Give an explicit definition of the expression
1381- * Infer the expression
1380+
1381+ - Give an explicit definition of the expression
1382+ - Infer the expression
13821383
13831384Examples:
13841385
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