We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca329e commit a653dcbCopy full SHA for a653dcb
README.md
@@ -71,8 +71,8 @@ This will cause `cast_checks` to dump to standard output:
71
Example:
72
73
```text
74
-cast_checks rewriting `x as u16` at src/lib.rs:0:0
75
-cast_checks not descending into `mod c ;` at src/lib.rs:0:0
+cast_checks rewriting `x as u16` at src/lib.rs:3:0
+cast_checks not descending into `mod c ;` at src/lib.rs:3:0
76
```
77
78
Note that `CAST_CHECKS_LOG` requires `--cfg procmacro2_semver_exempt` to be passed to rustc.
0 commit comments