We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a9153d + 92ba063 commit d172204Copy full SHA for d172204
tests/ui/checked_unwrap/simple_conditionals.stderr
@@ -236,7 +236,7 @@ LL | if result.is_ok() {
236
LL | result.as_mut().unwrap();
237
| ^^^^^^^^^^^^^^^^^^^^^^^^
238
239
-error: creating a shared reference to mutable static is discouraged
+error: creating a shared reference to mutable static
240
--> tests/ui/checked_unwrap/simple_conditionals.rs:183:12
241
|
242
LL | if X.is_some() {
0 commit comments