- Notifications
You must be signed in to change notification settings - Fork14.1k
Commit7f1518b
committed
Add instability attribute on private const_strlen function
A `rustc_const_stable` attribute by itself has nonintuitive purpose whenplaced in a public module.Separately, it would probably be okay to rename `const_strlen` to just`strlen` to make it more clear this is our general-purposeimplementation of strlen now, not something specifically for const(avoiding confusion like in PR 127444).1 parent53d3e62 commit7f1518b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
| 743 | + | |
743 | 744 | | |
744 | 745 | | |
745 | 746 | | |
| |||
0 commit comments
Comments
(0)