]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/diagnostics.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / librustc / diagnostics.rs
index 38c60a0b7c7c1e1a38b6ba0ae9a5d1854dbd53b0..de68cc707ad7a2020e3d7e6061f46968697ce394 100644 (file)
@@ -1804,4 +1804,5 @@ fn main() {
     E0490, // a value of type `..` is borrowed for too long
     E0491, // in type `..`, reference has a longer lifetime than the data it...
     E0495, // cannot infer an appropriate lifetime due to conflicting requirements
+    E0566  // conflicting representation hints
 }