mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
Grammar nit
This commit is contained in:
parent
3e081c7e82
commit
37fcd5cad5
@ -90,7 +90,7 @@ pub trait Machine<'a, 'mir, 'tcx>: Sized {
|
||||
Clone;
|
||||
|
||||
/// The memory kind to use for copied statics -- or None if statics should not be mutated
|
||||
/// and thus any such attempt will cause a `ModifiedStatic` error is raised.
|
||||
/// and thus any such attempt will cause a `ModifiedStatic` error to be raised.
|
||||
/// Statics are copied under two circumstances: When they are mutated, and when
|
||||
/// `static_with_default_tag` or `find_foreign_static` (see below) returns an owned allocation
|
||||
/// that is added to the memory so that the work is not done twice.
|
||||
|
Loading…
Reference in New Issue
Block a user