@@ -91,24 +91,6 @@ fn incompat_in_local_crate() {
91
91
[WARNING] `foo` (lib) generated 1 warning
92
92
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
93
93
[WARNING] the following packages contain code that will be rejected by a future version of Rust: foo v0.0.0 ([ROOT]/foo)
94
- [NOTE]
95
- To solve this problem, you can try the following approaches:
96
-
97
-
98
- - If the issue is not solved by updating the dependencies, a fix has to be
99
- implemented by those dependencies. You can help with that by notifying the
100
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
101
- fix to the maintainers (e.g. by creating a pull request):
102
-
103
-
104
- - Repository: <not found>
105
- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
106
-
107
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
108
- section in `Cargo.toml` to use your own version of the dependency. For more
109
- information, see:
110
- https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
111
-
112
94
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
113
95
114
96
"# ] ] )
@@ -127,23 +109,6 @@ Each warning should contain a link for more information on what the warning
127
109
means and how to resolve it.
128
110
129
111
130
- To solve this problem, you can try the following approaches:
131
-
132
-
133
- - If the issue is not solved by updating the dependencies, a fix has to be
134
- implemented by those dependencies. You can help with that by notifying the
135
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
136
- fix to the maintainers (e.g. by creating a pull request):
137
-
138
-
139
- - Repository: <not found>
140
- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
141
-
142
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
143
- section in `Cargo.toml` to use your own version of the dependency. For more
144
- information, see:
145
- https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
146
-
147
112
The package `foo v0.0.0 ([ROOT]/foo)` currently triggers the following future incompatibility lints:
148
113
> [WARNING] unused variable: `x`
149
114
...
@@ -352,7 +317,7 @@ frequency = 'never'
352
317
...
353
318
[WARNING] the following packages contain code that will be rejected by a future version of Rust: foo v0.0.0 ([ROOT]/foo)
354
319
...
355
-
320
+ [NOTE] this report can be shown with `cargo report future-incompatibilities --id [..]`
356
321
...
357
322
" )
358
323
. run ( ) ;
0 commit comments