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 e5bfd02 commit f652067Copy full SHA for f652067
compiler/rustc_lint_defs/src/builtin.rs
@@ -3809,7 +3809,8 @@ declare_lint! {
3809
/// their use.
3810
pub TEXT_DIRECTION_CODEPOINT_IN_COMMENT,
3811
Deny,
3812
- "invisible directionality-changing codepoints in comment"
+ "invisible directionality-changing codepoints in comment",
3813
+ crate_level_only
3814
}
3815
3816
declare_lint! {
@@ -3844,6 +3845,7 @@ declare_lint! {
3844
3845
3846
"detect special Unicode codepoints that affect the visual representation of text on screen, \
3847
changing the direction in which text flows",
3848
3849
3850
3851
tests/crashes/140281.rs
0 commit comments