Skip to content

Commit 0ee00d8

Browse files
nikomatsakisbjorn3
andauthored
Update content/minutes/design-meeting/2020-03-12-shared-library-for-types.md
Co-Authored-By: bjorn3 <[email protected]>
1 parent 4c3fb81 commit 0ee00d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/minutes/design-meeting/2020-03-12-shared-library-for-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can [also read the complete discussion in our zulip-archive](https://zulip-a
1919
* but there remains disagreement about the big picture question of how stable API boundaries can/should be between libraries, whether they should live in their own repos, and whether they should use unstable features (but that was not the direct topic of this meeting, so that's ok)
2020
* [sketch of a plan for how to do the transition](https://zulip-archive.rust-lang.org/131828tcompiler/05771designmeeting20200306.html#189906441):
2121
1. ty.kind -> ty.kind()
22-
2. ty.kind()-> ty.kind(tcx)
22+
2. ty.kind() -> ty.kind(tcx)
2323
3. Add a type alias and make kind work on I: Interner
2424
4. Start using Ty<I> more (This is a lot of PRs)
2525

0 commit comments

Comments
 (0)