Skip to content

Commit 61ad7c6

Browse files
committed
Fix doc comment escaping
1 parent 2c875a0 commit 61ad7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ pub enum SimdLayoutError {
222222
/// The vector has 0 lanes.
223223
ZeroLength,
224224
/// The vector has more lanes than supported or permitted by
225-
/// #[rustc_simd_monomorphize_lane_limit].
225+
/// #\[rustc_simd_monomorphize_lane_limit\].
226226
TooManyLanes(u64),
227227
}
228228

0 commit comments

Comments
 (0)