]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir_ty/src/consteval.rs
Merge #10080
[rust.git] / crates / hir_ty / src / consteval.rs
index ab1afce081f3c7059c3cb318d2c83767e76d29c3..0e323c3013a3700a6c76e4a17371664ce712967b 100644 (file)
@@ -28,7 +28,10 @@ fn is_unknown(&self) -> bool {
             chalk_ir::ConstValue::Concrete(..) => false,
 
             _ => {
-                log::error!("is_unknown was called on a non-concrete constant value! {:?}", self);
+                tracing::error!(
+                    "is_unknown was called on a non-concrete constant value! {:?}",
+                    self
+                );
                 true
             }
         }