This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +56
-59
lines changed Expand file tree Collapse file tree 3 files changed +56
-59
lines changed Original file line number Diff line number Diff line change 1
1
version bump: 1.0.0 -> (technically breaking) -> 1.1.0
2
2
warning: path changes to `Abc`
3
- --> addition_path/new.rs:2:5
4
- |
5
- 2 | pub struct Abc;
6
- | ^^^^^^^^^^^^^^^
7
- |
3
+ --> addition_path/new.rs:2:5
4
+ |
5
+ 2 | pub struct Abc;
6
+ | ^^^^^^^^^^^^^^^
7
+ |
8
8
note: added path (technically breaking)
9
- --> addition_path/new.rs:6:13
10
- |
11
- 6 | pub use a::*;
12
- | ^^^^
9
+ --> addition_path/new.rs:6:13
10
+ |
11
+ 6 | pub use a::*;
12
+ | ^^^^
13
13
note: added path (technically breaking)
14
- --> addition_path/new.rs:10:13
15
- |
16
- 10| pub use a::Abc;
17
- | ^^^^^^
14
+ --> addition_path/new.rs:10:13
15
+ |
16
+ 10 | pub use a::Abc;
17
+ | ^^^^^^
18
18
note: added path (technically breaking)
19
- --> addition_path/new.rs:13:9
20
- |
21
- 13| pub use self::a::Abc;
22
- | ^^^^^^^^^^^^
19
+ --> addition_path/new.rs:13:9
20
+ |
21
+ 13 | pub use self::a::Abc;
22
+ | ^^^^^^^^^^^^
23
23
24
24
warning: path changes to `d`
25
25
--> addition_path/new.rs:15:1
@@ -30,4 +30,3 @@ warning: path changes to `d`
30
30
| |_^
31
31
|
32
32
= note: added definition (technically breaking)
33
-
Original file line number Diff line number Diff line change @@ -16,33 +16,32 @@ error: breaking changes in `Def`
16
16
= warning: item kind changed (breaking)
17
17
18
18
error: path changes to `Abc`
19
- --> mix/new.rs:2:5
20
- |
21
- 2 | pub enum Abc {}
22
- | ^^^^^^^^^^^^^^^
23
- |
19
+ --> mix/new.rs:2:5
20
+ |
21
+ 2 | pub enum Abc {}
22
+ | ^^^^^^^^^^^^^^^
23
+ |
24
24
warning: removed path (breaking)
25
- --> mix/old.rs:10:9
26
- |
27
- 10| pub use self::a::Abc;
28
- | ^^^^^^^^^^^^
25
+ --> mix/old.rs:10:9
26
+ |
27
+ 10 | pub use self::a::Abc;
28
+ | ^^^^^^^^^^^^
29
29
note: added path (technically breaking)
30
- --> mix/new.rs:7:13
31
- |
32
- 7 | pub use a::Abc;
33
- | ^^^^^^
30
+ --> mix/new.rs:7:13
31
+ |
32
+ 7 | pub use a::Abc;
33
+ | ^^^^^^
34
34
35
35
warning: path changes to `Def`
36
- --> mix/new.rs:3:5
37
- |
38
- 3 | pub struct Def;
39
- | ^^^^^^^^^^^^^^^
40
- |
36
+ --> mix/new.rs:3:5
37
+ |
38
+ 3 | pub struct Def;
39
+ | ^^^^^^^^^^^^^^^
40
+ |
41
41
note: added path (technically breaking)
42
- --> mix/new.rs:10:9
43
- |
44
- 10| pub use self::a::Def;
45
- | ^^^^^^^^^^^^
42
+ --> mix/new.rs:10:9
43
+ |
44
+ 10 | pub use self::a::Def;
45
+ | ^^^^^^^^^^^^
46
46
47
47
error: aborting due to 3 previous errors
48
-
Original file line number Diff line number Diff line change 1
1
version bump: 1.0.0 -> (breaking) -> 2.0.0
2
2
error: path changes to `Abc`
3
- --> removal_path/new.rs:2:5
4
- |
5
- 2 | pub struct Abc;
6
- | ^^^^^^^^^^^^^^^
7
- |
3
+ --> removal_path/new.rs:2:5
4
+ |
5
+ 2 | pub struct Abc;
6
+ | ^^^^^^^^^^^^^^^
7
+ |
8
8
warning: removed path (breaking)
9
- --> removal_path/old.rs:6:13
10
- |
11
- 6 | pub use a::*;
12
- | ^^^^
9
+ --> removal_path/old.rs:6:13
10
+ |
11
+ 6 | pub use a::*;
12
+ | ^^^^
13
13
warning: removed path (breaking)
14
- --> removal_path/old.rs:10:13
15
- |
16
- 10| pub use a::Abc;
17
- | ^^^^^^
14
+ --> removal_path/old.rs:10:13
15
+ |
16
+ 10 | pub use a::Abc;
17
+ | ^^^^^^
18
18
warning: removed path (breaking)
19
- --> removal_path/old.rs:13:9
20
- |
21
- 13| pub use self::a::Abc;
22
- | ^^^^^^^^^^^^
19
+ --> removal_path/old.rs:13:9
20
+ |
21
+ 13 | pub use self::a::Abc;
22
+ | ^^^^^^^^^^^^
23
23
24
24
error: aborting due to previous error
25
-
You can’t perform that action at this time.
0 commit comments