File tree Expand file tree Collapse file tree 4 files changed +0
-13
lines changed Expand file tree Collapse file tree 4 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -242,8 +242,6 @@ attr_parsing_link_requires_name =
242
242
attr_parsing_multiple_modifiers =
243
243
multiple `{ $modifier } ` modifiers in a single `modifiers` argument
244
244
245
- attr_parsing_multiple_renamings =
246
- multiple renamings were specified for library `{ $lib_name } `
247
245
attr_parsing_raw_dylib_no_nul =
248
246
link name must not contain NUL characters if link kind is `raw-dylib`
249
247
Original file line number Diff line number Diff line change @@ -237,11 +237,5 @@ metadata_unknown_target_modifier_unsafe_allowed = unknown target modifier `{$fla
237
237
metadata_wasm_c_abi =
238
238
older versions of the `wasm-bindgen` crate are incompatible with current versions of Rust; please update to `wasm-bindgen` v0.2.88
239
239
240
- metadata_wasm_import_form =
241
- wasm import module must be of the form `wasm_import_module = "string"`
242
-
243
- metadata_whole_archive_needs_static =
244
- linking modifier `whole-archive` is only compatible with `static` linking kind
245
-
246
240
metadata_raw_dylib_malformed =
247
241
link name must be well-formed if link kind is `raw-dylib`
Original file line number Diff line number Diff line change @@ -868,7 +868,6 @@ parse_too_many_hashes = too many `#` symbols: raw strings may be delimited by up
868
868
parse_too_short_hex_escape = numeric character escape is too short
869
869
870
870
parse_trailing_vert_not_allowed = a trailing `{ $token } ` is not allowed in an or-pattern
871
- parse_trailing_vert_not_allowed_suggestion = remove the `{ $token } `
872
871
873
872
parse_trait_alias_cannot_be_auto = trait aliases cannot be `auto`
874
873
parse_trait_alias_cannot_be_const = trait aliases cannot be `const`
Original file line number Diff line number Diff line change @@ -52,14 +52,10 @@ ty_utils_non_primitive_simd_type = monomorphising SIMD type `{$ty}` with a non-p
52
52
53
53
ty_utils_operation_not_supported = unsupported operation in generic constants
54
54
55
- ty_utils_oversized_simd_type = monomorphising SIMD type `{ $ty } ` of length greater than { $max_lanes }
56
-
57
55
ty_utils_pointer_not_supported = pointer casts are not allowed in generic constants
58
56
59
57
ty_utils_tuple_not_supported = tuple construction is not supported in generic constants
60
58
61
59
ty_utils_unexpected_fnptr_associated_item = `FnPtr` trait with unexpected associated item
62
60
63
61
ty_utils_yield_not_supported = coroutine control flow is not allowed in generic constants
64
-
65
- ty_utils_zero_length_simd_type = monomorphising SIMD type `{ $ty } ` of zero length
You can’t perform that action at this time.
0 commit comments