Page MenuHomeSolus

Update rust to 1.22.1
ClosedPublic

Authored by saintdev on Nov 24 2017, 5:09 AM.
Tags
None
Referenced Files
F11032944: D1439.id3589.diff
Wed, Aug 9, 2:57 PM
F11032943: D1439.id4026.diff
Wed, Aug 9, 2:56 PM
F11032942: D1439.id.diff
Wed, Aug 9, 2:56 PM
F11025954: D1439.diff
Wed, Aug 9, 1:36 AM
F11012460: D1439.diff
Fri, Aug 4, 3:27 AM
F11012324: D1439.diff
Fri, Aug 4, 2:09 AM
F10894915: D1439.id3589.diff
Jul 1 2023, 1:32 PM
F10874461: D1439.id.diff
Jun 20 2023, 12:29 AM
Subscribers

Details

Summary
  • You can now use the ? operator with Option
  • Types that implement Drop can now be static or const
  • Faster compilation in debug mode
  • T op= &T now works for primitive types

Detailed release notes.

Test Plan

Compile and run ripgrep

Diff Detail

Repository
R2839 rust
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ikey added a subscriber: ikey.

LGTM

This revision is now accepted and ready to land.Dec 16 2017, 4:21 PM
This revision was automatically updated to reflect the committed changes.