We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdfdd0 commit 82d609cCopy full SHA for 82d609c
compiler/rustc_hir/src/errors.rs
@@ -1,5 +1,6 @@
1
use crate::LangItem;
2
3
+#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Encodable, Decodable)]
4
pub struct LangItemError(pub LangItem);
5
6
impl ToString for LangItemError {
0 commit comments