]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0133.mir.stderr
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[rust.git] / src / test / ui / error-codes / E0133.mir.stderr
index 7d6dc0c7f09e69a763e5f1551612bb4eda6194e1..b11d5e2c2fc729092954da02bf092c3edde49202 100644 (file)
@@ -1,8 +1,8 @@
-error[E0133]: call to unsafe function `f` is unsafe and requires unsafe function or block
+error[E0133]: call to unsafe function is unsafe and requires unsafe function or block
   --> $DIR/E0133.rs:7:5
    |
 LL |     f();
-   |     ^^^ call to unsafe function `f`
+   |     ^^^ call to unsafe function
    |
    = note: consult the function's documentation for information on how to avoid undefined behavior