Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1738b44 authored by Matthew Maurer's avatar Matthew Maurer
Browse files

rust: Migrate default edition to 2021

Bug: 210475268
Test: Presubmit
Change-Id: I915a8779c032dc463bf76a1a41f545d29a7be044
parent b435744f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ var pctx = android.NewPackageContext("android/soong/rust/config")
var (
	RustDefaultVersion = "1.57.0"
	RustDefaultBase    = "prebuilts/rust/"
	DefaultEdition     = "2018"
	DefaultEdition     = "2021"
	Stdlibs            = []string{
		"libstd",
	}