Skip to content

Commit d9843ea

Browse files
zhassan-awsadpaco-aws
authored andcommitted
Remove UTF-8 character (rust-lang#1113)
Co-authored-by: Adrian Palacios <[email protected]>
1 parent aaef1a1 commit d9843ea

File tree

1 file changed

+1
-1
lines changed
  • tests/kani/ProjectionElem/ConstantIndex

1 file changed

+1
-1
lines changed

tests/kani/ProjectionElem/ConstantIndex/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0 OR MIT
33
//! https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/mir/enum.ProjectionElem.html
44
// ConstantIndex
5-
// []
5+
// [-]
66
// These indices are generated by slice patterns. Easiest to explain by example:
77

88
// [X, _, .._, _, _] => { offset: 0, min_length: 4, from_end: false },

0 commit comments

Comments
 (0)