mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Fix visibility issues
This commit is contained in:
parent
ba65d259de
commit
b24f816c0d
@ -14,13 +14,13 @@ use vfs::{loader::Handle, AbsPath, AbsPathBuf};
|
|||||||
|
|
||||||
use crate::reload::{ProjectFolders, SourceRootConfig};
|
use crate::reload::{ProjectFolders, SourceRootConfig};
|
||||||
|
|
||||||
pub struct LoadCargoConfig {
|
pub(crate) struct LoadCargoConfig {
|
||||||
pub load_out_dirs_from_check: bool,
|
pub(crate) load_out_dirs_from_check: bool,
|
||||||
pub wrap_rustc: bool,
|
pub(crate) wrap_rustc: bool,
|
||||||
pub with_proc_macro: bool,
|
pub(crate) with_proc_macro: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn load_workspace_at(
|
pub(crate) fn load_workspace_at(
|
||||||
root: &Path,
|
root: &Path,
|
||||||
cargo_config: &CargoConfig,
|
cargo_config: &CargoConfig,
|
||||||
load_config: &LoadCargoConfig,
|
load_config: &LoadCargoConfig,
|
||||||
|
Loading…
Reference in New Issue
Block a user