From f6208af3fa653d9544de4cc2f4d48b535eee3d2f Mon Sep 17 00:00:00 2001 From: Al McElrath Date: Thu, 11 Jul 2024 09:25:42 -0700 Subject: [PATCH] Fix refined error spans. --- janetrs_macros/tests/01-paths.stderr | 4 ++-- janetrs_macros/tests/02-not-function.stderr | 2 +- janetrs_macros/tests/03-not-mut.stderr | 2 +- janetrs_macros/tests/05-wrong-args.stderr | 2 +- janetrs_macros/tests/08-wrong-args.stderr | 2 +- janetrs_macros/tests/09-version-wrong.stderr | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/janetrs_macros/tests/01-paths.stderr b/janetrs_macros/tests/01-paths.stderr index f09994c33e..452df056ed 100644 --- a/janetrs_macros/tests/01-paths.stderr +++ b/janetrs_macros/tests/01-paths.stderr @@ -8,10 +8,10 @@ error: expected to be a `janetrs::Janet` --> tests/01-paths:12:31 | 12 | pub fn function2(_args: &mut [tips::Janet]) -> types::Janet { - | ^^^^^^^^^^^ + | ^^^^ error: expected to be a `janetrs::Janet` --> tests/01-paths:17:31 | 17 | pub fn function3(_args: &mut [types::Janet]) {} - | ^^^^^^^^^^^^ + | ^^^^^ diff --git a/janetrs_macros/tests/02-not-function.stderr b/janetrs_macros/tests/02-not-function.stderr index 0b0390cb13..064293dbb7 100644 --- a/janetrs_macros/tests/02-not-function.stderr +++ b/janetrs_macros/tests/02-not-function.stderr @@ -2,4 +2,4 @@ error: expected fn item --> tests/02-not-function:4:1 | 4 | struct A(i32); - | ^^^^^^^^^^^^^^ + | ^^^^^^ diff --git a/janetrs_macros/tests/03-not-mut.stderr b/janetrs_macros/tests/03-not-mut.stderr index 0171449b45..4b8467a006 100644 --- a/janetrs_macros/tests/03-not-mut.stderr +++ b/janetrs_macros/tests/03-not-mut.stderr @@ -2,4 +2,4 @@ error: expected argument to be a mutable reference and found a immutable referen --> tests/03-not-mut:7:24 | 7 | pub fn function(_args: &[Janet]) -> Janet { - | ^^^^^^^^ + | ^ diff --git a/janetrs_macros/tests/05-wrong-args.stderr b/janetrs_macros/tests/05-wrong-args.stderr index 2ccefd82ef..1edcd76afd 100644 --- a/janetrs_macros/tests/05-wrong-args.stderr +++ b/janetrs_macros/tests/05-wrong-args.stderr @@ -2,4 +2,4 @@ error: expected exactly one argument of type `&mut [janetrs::Janet]` --> tests/05-wrong-args:7:17 | 7 | pub fn function(_args: &mut [Janet], _wrong: Janet) -> Janet { - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + | ^^^^^ diff --git a/janetrs_macros/tests/08-wrong-args.stderr b/janetrs_macros/tests/08-wrong-args.stderr index 53b5149f2f..0a8240e228 100644 --- a/janetrs_macros/tests/08-wrong-args.stderr +++ b/janetrs_macros/tests/08-wrong-args.stderr @@ -32,7 +32,7 @@ error: repeated argument kind: There must be only one argument of each kind, tha --> tests/08-wrong-args:30:12 | 30 | #[janet_fn(check_mut_ref, check_mut_ref)] - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + | ^^^^^^^^^^^^^ error: expected a maximum of two arguments to the janet_fn proc-macro --> tests/08-wrong-args:35:42 diff --git a/janetrs_macros/tests/09-version-wrong.stderr b/janetrs_macros/tests/09-version-wrong.stderr index 7a89ff47a5..ef99c96b10 100644 --- a/janetrs_macros/tests/09-version-wrong.stderr +++ b/janetrs_macros/tests/09-version-wrong.stderr @@ -31,7 +31,7 @@ error: invalid string literal: invalid digit found in string | ^^^^^ error: expected at max two arguments to the janet_version proc-macro - --> tests/09-version-wrong:28:17 + --> tests/09-version-wrong:28:27 | 28 | #[janet_version("1", "2", "3")] - | ^^^^^^^^^^^^^ + | ^^^