We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.rsi
1 parent 1394774 commit ecd8e1fCopy full SHA for ecd8e1f
Makefile
@@ -1716,8 +1716,9 @@ help:
1716
@echo ' rust-analyzer - Generate rust-project.json rust-analyzer support file'
1717
@echo ' (requires kernel .config)'
1718
@echo ' dir/file.[os] - Build specified target only'
1719
- @echo ' dir/file.rsi - Build macro expanded source, similar to C preprocessing'
1720
- @echo ' (run with RUSTFMT=n to skip reformatting if needed)'
+ @echo ' dir/file.rsi - Build macro expanded source, similar to C preprocessing.'
+ @echo ' Run with RUSTFMT=n to skip reformatting if needed.'
1721
+ @echo ' The output is not intended to be compilable.'
1722
@echo ' dir/file.ll - Build the LLVM assembly file'
1723
@echo ''
1724
@$(if $(dtstree), \
0 commit comments