File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ changelog-seen = 1
36
36
# toolchain or changing LLVM locally, you probably want to set this to true.
37
37
#
38
38
# It's currently false by default due to being newly added; please file bugs if
39
- # enabling this did not work for you on Linux (macOS and Windows support is
40
- # coming soon) .
39
+ # enabling this did not work for you on x86_64-unknown-linux-gnu.
40
+ # Other target triples are currently not supported; see #77084 .
41
41
#
42
42
# We also currently only support this when building LLVM for the build triple.
43
43
#
@@ -380,7 +380,7 @@ changelog-seen = 1
380
380
381
381
# Whether or not to leave debug! and trace! calls in the rust binary.
382
382
# Overrides the `debug-assertions` option, if defined.
383
- #
383
+ #
384
384
# Defaults to rust.debug-assertions value
385
385
#debug-logging = debug-assertions
386
386
You can’t perform that action at this time.
0 commit comments