-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement -L KIND=@RUSTC_BUILTIN/...
#121843
Conversation
rustbot has assigned @petrochenkov. Use r? to explicitly pick a reviewer |
-L builtin:$path
-L builtin:$path
-L builtin:$path
-L builtin:$path
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The syntax of the option is a bit weird. Then we'd expand |
Zulip bikeshed discussion https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/rust-lang.2Fcompiler-team.23659.3A.20.60-L.20builtin.3A.24path.60.20bikeshedding For now I've adjusted the implementation to allow for a @rustbot ready |
Implementation LGTM, I'll mark this as waiting on bikeshed for a few days. |
-L builtin:$path
-L KIND=@RUSTC_BUILTIN/...
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@rustbot ready |
@bors r+ |
…nkov Implement `-L KIND=@RUSTC_BUILTIN/...` Implements rust-lang/compiler-team#659
…llaumeGomez Rollup of 6 pull requests Successful merges: - rust-lang#121843 (Implement `-L KIND=`@RUSTC_BUILTIN/...`)` - rust-lang#122860 (coverage: Re-enable `UnreachablePropagation` for coverage builds) - rust-lang#123021 (Make `TyCtxt::coroutine_layout` take coroutine's kind parameter) - rust-lang#123024 (CFI: Enable KCFI testing of run-pass tests) - rust-lang#123083 (lib: fix some unnecessary_cast clippy lint) - rust-lang#123116 (rustdoc: Swap fields and variant documentations) r? `@ghost` `@rustbot` modify labels: rollup
Is there some docs, describing new syntax? |
Rollup merge of rust-lang#121843 - ferrocene:builtin-path, r=petrochenkov Implement `-L KIND=@RUSTC_BUILTIN/...` Implements rust-lang/compiler-team#659
@Veykril In theory, this should need an FCP to get to stable. |
Sure I can do that next week. |
The milestone is 1.79.0, so it looks like it's not in beta yet. |
… r=petrochenkov Mark `@RUSTC_BUILTIN` search path usage as unstable Follow up to rust-lang#121843 r? `@petrochenkov`
Rollup merge of rust-lang#124285 - ferrocene:unstable-L-rust-builtin, r=petrochenkov Mark `@RUSTC_BUILTIN` search path usage as unstable Follow up to rust-lang#121843 r? `@petrochenkov`
Implements rust-lang/compiler-team#659