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.
1 parent 0c3ac64 commit f55dafeCopy full SHA for f55dafe
src/librustc/middle/lang_items.rs
@@ -321,9 +321,6 @@ language_item_table! {
321
322
StrEqFnLangItem, "str_eq", str_eq_fn;
323
324
- CloneMethodLangItem, "clone_method", clone_method;
325
- CloneFromMethodLangItem, "clone_from_method", clone_from_method;
326
-
327
// A number of panic-related lang items. The `panic` item corresponds to
328
// divide-by-zero and various panic cases with `match`. The
329
// `panic_bounds_check` item is for indexing arrays.
0 commit comments