about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/messages.ftl
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2023-04-22 16:29:34 +0200
committerest31 <MTest31@outlook.com>2023-05-05 21:44:13 +0200
commit5eb29c7f49c2d99e9bfc778f30984f7fdcf5fc08 (patch)
tree488994893924ca3c1a51acf4e5cadb46949a905c /compiler/rustc_builtin_macros/messages.ftl
parent59ecbd2cea20839f1288b917cbf5ba8c23864df7 (diff)
downloadrust-5eb29c7f49c2d99e9bfc778f30984f7fdcf5fc08.tar.gz
rust-5eb29c7f49c2d99e9bfc778f30984f7fdcf5fc08.zip
Migrate offset_of from a macro to builtin # syntax
Diffstat (limited to 'compiler/rustc_builtin_macros/messages.ftl')
-rw-r--r--compiler/rustc_builtin_macros/messages.ftl4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_builtin_macros/messages.ftl b/compiler/rustc_builtin_macros/messages.ftl
index 0d7cf7cdb26..3b458b1d30b 100644
--- a/compiler/rustc_builtin_macros/messages.ftl
+++ b/compiler/rustc_builtin_macros/messages.ftl
@@ -150,10 +150,6 @@ builtin_macros_format_pos_mismatch = {$n} positional {$n ->
     *[more] arguments
     } in format string, but {$desc}
 
-builtin_macros_offset_of_expected_field = expected field
-
-builtin_macros_offset_of_expected_two_args = expected 2 arguments
-
 builtin_macros_test_case_non_item = `#[test_case]` attribute is only allowed on items
 
 builtin_macros_test_bad_fn = {$kind} functions cannot be used for tests