Open
Description
When running x b
I get the following output:
Warning: no codegen-backends config matched the requested path to build a codegen backend. Help: add backend to codegen-backends in config.toml.
after building stage1 library artifacts.
for reference here is my config.toml
:
# Includes one of the default files in src/bootstrap/defaults
profile = "compiler"
changelog-seen = 2
[rust]
debug = true
deny-warnings = false
incremental = false
cc @jyn514