Skip to content

Commit

Permalink
Rollup merge of rust-lang#72990 - rust-lang:wesleywiser-patch-1, r=Dy…
Browse files Browse the repository at this point in the history
…lan-DPC

Fix missing word in RELEASES.md
  • Loading branch information
Dylan-DPC committed Jun 4, 2020
2 parents 7651423 + 61c2774 commit e6b5d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Compatibility Notes
- [Removed the `-C no_integrated_as` flag from rustc.][70345]
- [The `file_name` property in JSON output of macro errors now points the actual
source file rather than the previous format of `<NAME macros>`.][70969]
**Note:** this may not point a file that actually exists on the user's system.
**Note:** this may not point to a file that actually exists on the user's system.
- [The minimum required external LLVM version has been bumped to LLVM 8.][71147]
- [`mem::{zeroed, uninitialised}` will now panic when used with types that do
not allow zero initialization such as `NonZeroU8`.][66059] This was
Expand Down

0 comments on commit e6b5d88

Please sign in to comment.