File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ pub struct UnitInner {
68
68
/// As of now, these flags come from environment variables and configurations.
69
69
/// See [`TargetInfo.rustflags`] for more on how Cargo collects them.
70
70
///
71
- /// [`TargetInfo.rustflags`]: TargetInfo::rustflags
71
+ /// [`BuildContext::extra_args_for`]: crate::core::compiler::build_context::BuildContext::extra_args_for
72
+ /// [`TargetInfo.rustflags`]: crate::core::compiler::build_context::TargetInfo::rustflags
72
73
pub rustflags : Arc < [ String ] > ,
73
74
/// Extra compiler flags to pass to `rustdoc` for a given unit.
74
75
///
@@ -78,7 +79,8 @@ pub struct UnitInner {
78
79
/// As of now, these flags come from environment variables and configurations.
79
80
/// See [`TargetInfo.rustdocflags`] for more on how Cargo collects them.
80
81
///
81
- /// [`TargetInfo.rustdocflags`]: TargetInfo::rustdocflags
82
+ /// [`BuildContext::extra_args_for`]: crate::core::compiler::build_context::BuildContext::extra_args_for
83
+ /// [`TargetInfo.rustdocflags`]: crate::core::compiler::build_context::TargetInfo::rustdocflags
82
84
pub rustdocflags : Arc < [ String ] > ,
83
85
// if `true`, the dependency is an artifact dependency, requiring special handling when
84
86
// calculating output directories, linkage and environment variables provided to builds.
You can’t perform that action at this time.
0 commit comments