Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
rust
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redox-os
rust
Commits
8e5489ca
Commit
8e5489ca
authored
Jul 26, 2020
by
bors
Browse files
Options
Browse Files
Download
Plain Diff
Auto merge of #74728 - 16yuki0702:fix_typo, r=jonas-schievink
Fix rustc docs typo.
parents
bb85981a
04b2deb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/doc/rustc/src/codegen-options/index.md
src/doc/rustc/src/codegen-options/index.md
+1
-1
No files found.
src/doc/rustc/src/codegen-options/index.md
View file @
8e5489ca
...
...
@@ -12,7 +12,7 @@ This option is deprecated and does nothing.
This option lets you choose which code model to use.
\
Code models put constraints on address ranges that the program and its symbols may use.
\
With smaller address ranges machine instructions
may be able to use
use
more compact addressing modes.
may be able to use more compact addressing modes.
The specific ranges depend on target architectures and addressing modes available to them.
\
For x86 more detailed description of its code models can be found in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment