You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/rustdoc-ui/doctest/standalone-warning-2024.stderr
+18-18
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,34 @@
1
1
error: unknown attribute `standalone`
2
-
--> $DIR/standalone-warning-2024.rs:10:1
2
+
--> $DIR/standalone-warning-2024.rs:11:1
3
3
|
4
-
10 | / //! ```standalone
5
-
11 | | //! bla
6
-
12 | | //! ```
7
-
13 | | //!
8
-
14 | | //! ```standalone-crate
9
-
15 | | //! bla
10
-
16 | | //! ```
4
+
11 | / //! ```standalone
5
+
12 | | //! bla
6
+
13 | | //! ```
7
+
14 | | //!
8
+
15 | | //! ```standalone-crate
9
+
16 | | //! bla
10
+
17 | | //! ```
11
11
| |_______^
12
12
|
13
13
= help: use `standalone_crate` to compile this code block separately
14
14
= help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust`
15
15
note: the lint level is defined here
16
-
--> $DIR/standalone-warning-2024.rs:8:9
16
+
--> $DIR/standalone-warning-2024.rs:9:9
17
17
|
18
-
8 | #![deny(warnings)]
18
+
9 | #![deny(warnings)]
19
19
| ^^^^^^^^
20
20
= note: `#[deny(rustdoc::invalid_codeblock_attributes)]` implied by `#[deny(warnings)]`
21
21
22
22
error: unknown attribute `standalone-crate`
23
-
--> $DIR/standalone-warning-2024.rs:10:1
23
+
--> $DIR/standalone-warning-2024.rs:11:1
24
24
|
25
-
10 | / //! ```standalone
26
-
11 | | //! bla
27
-
12 | | //! ```
28
-
13 | | //!
29
-
14 | | //! ```standalone-crate
30
-
15 | | //! bla
31
-
16 | | //! ```
25
+
11 | / //! ```standalone
26
+
12 | | //! bla
27
+
13 | | //! ```
28
+
14 | | //!
29
+
15 | | //! ```standalone-crate
30
+
16 | | //! bla
31
+
17 | | //! ```
32
32
| |_______^
33
33
|
34
34
= help: use `standalone_crate` to compile this code block separately
0 commit comments