Skip to content

Commit c621ae1

Browse files
violations_coverage
1 parent ff2bd9c commit c621ae1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

violations_coverage/in_crate/src/bin/unsafe_method-fn_unused_unsafe-some_args.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ note: the lint level is defined here
4242
|
4343
11 | unsafe_method!(s =>@ use_it => true);
4444
| ------------------------------------ in this macro invocation
45-
= note: this error originates in the macro `unsafe_method_internal_build_accessors_check_args_call` which comes from the expansion of the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)
45+
= note: this error originates in the macro `internal_prudent_unsafe_method_internal_build_accessors_check_args_call` which comes from the expansion of the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)

violations_coverage/in_crate/src/bin/unsafe_method-fn_unused_unsafe-zero_args.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ note: the lint level is defined here
1919
|
2020
5 | let _ = unsafe_method!("hi" =>@ len);
2121
| ---------------------------- in this macro invocation
22-
= note: this error originates in the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)
22+
= note: this error originates in the macro `internal_prudent_unsafe_method` which comes from the expansion of the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)
2323

2424
error: unnecessary `unsafe` block
2525
--> violations/linted.rs
@@ -42,4 +42,4 @@ note: the lint level is defined here
4242
|
4343
5 | let _ = unsafe_method!("hi" =>@ len);
4444
| ---------------------------- in this macro invocation
45-
= note: this error originates in the macro `unsafe_method_internal_check_args_etc` which comes from the expansion of the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)
45+
= note: this error originates in the macro `internal_prudent_unsafe_method_internal_check_args_etc` which comes from the expansion of the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)

violations_coverage/in_crate/src/bin/unsafe_method-unused_expect_unsafe-some_args.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ warning: this lint expectation is unfulfilled
3333
| ------------------------------------------------------------ in this macro invocation
3434
|
3535
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
36-
= note: this warning originates in the macro `unsafe_method_internal_build_accessors_check_args_call` which comes from the expansion of the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)
36+
= note: this warning originates in the macro `internal_prudent_unsafe_method_internal_build_accessors_check_args_call` which comes from the expansion of the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)

violations_coverage/in_crate/src/bin/unsafe_method-unused_expect_unsafe-zero_args.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ note: the lint level is defined here
1919
|
2020
13 | let _ = unsafe_method!(~expect_unsafe S_INSTANCE =>@ method);
2121
| ----------------------------------------------------- in this macro invocation
22-
= note: this error originates in the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)
22+
= note: this error originates in the macro `internal_prudent_unsafe_method` which comes from the expansion of the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)
2323

2424
warning: this lint expectation is unfulfilled
2525
--> violations/linted.rs
@@ -33,4 +33,4 @@ warning: this lint expectation is unfulfilled
3333
| ----------------------------------------------------- in this macro invocation
3434
|
3535
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
36-
= note: this warning originates in the macro `unsafe_method_internal_check_args_etc` which comes from the expansion of the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)
36+
= note: this warning originates in the macro `internal_prudent_unsafe_method_internal_check_args_etc` which comes from the expansion of the macro `unsafe_method` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)