X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_typeck%2Fsrc%2Fcheck%2Fregionck.rs;h=20456cc427c52a529f645a7b342b215c77eee9a4;hb=7907385999b4a83d37ed31d334f3ed9ca02983a1;hp=e37e83e748733ac9b074b9ac15fb7bfc234fb886;hpb=35188440b5e3d02acdb02f616aad800c9c377dca;p=rust.git diff --git a/compiler/rustc_typeck/src/check/regionck.rs b/compiler/rustc_typeck/src/check/regionck.rs index e37e83e7487..20456cc427c 100644 --- a/compiler/rustc_typeck/src/check/regionck.rs +++ b/compiler/rustc_typeck/src/check/regionck.rs @@ -269,7 +269,7 @@ pub fn new( /// /// Consider this silly example: /// - /// ``` + /// ```ignore UNSOLVED (does replacing @i32 with Box preserve the desired semantics for the example?) /// fn borrow(x: &i32) -> &i32 {x} /// fn foo(x: @i32) -> i32 { // block: B /// let b = borrow(x); // region: