File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ register_long_diagnostics! {
14
14
E0454 : r##"
15
15
A link name was given with an empty name. Erroneous code example:
16
16
17
- ```ignore (cannot-test-this-because-??? )
17
+ ```ignore (cannot-test-this-because-rustdoc-stops-compile-fail-before-trans )
18
18
#[link(name = "")] extern {} // error: #[link(name = "")] given with empty name
19
19
```
20
20
@@ -51,7 +51,7 @@ https://doc.rust-lang.org/book/first-edition/conditional-compilation.html
51
51
E0458 : r##"
52
52
An unknown "kind" was specified for a link attribute. Erroneous code example:
53
53
54
- ```ignore (cannot-test-this-because-??? )
54
+ ```ignore (cannot-test-this-because-rustdoc-stops-compile-fail-before-trans )
55
55
#[link(kind = "wonderful_unicorn")] extern {}
56
56
// error: unknown kind: `wonderful_unicorn`
57
57
```
@@ -67,7 +67,7 @@ Please specify a valid "kind" value, from one of the following:
67
67
E0459 : r##"
68
68
A link was used without a name parameter. Erroneous code example:
69
69
70
- ```ignore (cannot-test-this-because-??? )
70
+ ```ignore (cannot-test-this-because-rustdoc-stops-compile-fail-before-trans )
71
71
#[link(kind = "dylib")] extern {}
72
72
// error: #[link(...)] specified without `name = "foo"`
73
73
```
You can’t perform that action at this time.
0 commit comments