summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/lint-ctypes-73249-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lint/lint-ctypes-73249-2.stderr')
-rw-r--r--tests/ui/lint/lint-ctypes-73249-2.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/lint/lint-ctypes-73249-2.stderr b/tests/ui/lint/lint-ctypes-73249-2.stderr
index 8073c33dd..49fa54114 100644
--- a/tests/ui/lint/lint-ctypes-73249-2.stderr
+++ b/tests/ui/lint/lint-ctypes-73249-2.stderr
@@ -1,8 +1,8 @@
error: `extern` block uses type `Qux`, which is not FFI-safe
- --> $DIR/lint-ctypes-73249-2.rs:26:25
+ --> $DIR/lint-ctypes-73249-2.rs:26:21
|
-LL | pub fn lint_me() -> A<()>;
- | ^^^^^ not FFI-safe
+LL | fn lint_me() -> A<()>;
+ | ^^^^^ not FFI-safe
|
= note: opaque types have no C equivalent
note: the lint level is defined here