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.
1 parent 7617610 commit 7e6b68aCopy full SHA for 7e6b68a
lib/std/target.zig
@@ -1133,8 +1133,6 @@ pub const Target = struct {
1133
}
1134
};
1135
1136
- /// The result will be a byte index *pointing at the final byte*. In other words, length minus one.
1137
- /// A return value of `null` means the concept of a dynamic linker is not meaningful for that target.
1138
pub fn standardDynamicLinkerPath(self: Target) DynamicLinker {
1139
var result: DynamicLinker = .{};
1140
const S = struct {
0 commit comments