You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/style-guide/src/nightly.md
+12
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,15 @@ This chapter documents style and formatting for nightly-only syntax. The rest of
5
5
Style and formatting for nightly-only syntax should be removed from this chapter and integrated into the appropriate sections of the style guide at the time of stabilization.
6
6
7
7
There is no guarantee of the stability of this chapter in contrast to the rest of the style guide. Refer to the style team policy for nightly formatting procedure regarding breaking changes to this chapter.
8
+
9
+
### `feature(precise_capturing)`
10
+
11
+
A `use<'a, T>` precise capturing bound is formatted as if it were a single path segment with non-turbofished angle-bracketed args, like a trait bound whose identifier is `use`.
0 commit comments