Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit729a10a

Browse files
committed
address review comments
1 parentdb228b8 commit729a10a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎core/src/marker.rs‎

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,9 +1062,14 @@ pub mod effects {
10621062
impl<T: ?Sized>TyCompat<T>forMaybe{}
10631063
impl<T: ?Sized>TyCompat<Maybe>forT{}
10641064

1065-
#[lang ="EffectsMin"]
1066-
pubtraitMin{
1067-
#[lang ="EffectsMinOutput"]
1065+
#[lang ="EffectsIntersection"]
1066+
pubtraitIntersection{
1067+
#[lang ="EffectsIntersectionOutput"]
10681068
typeOutput: ?Sized;
10691069
}
1070+
1071+
// FIXME(effects): remove this after next trait solver lands
1072+
implIntersectionfor(){
1073+
typeOutput =Maybe;
1074+
}
10701075
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp