]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/interior-mutability/interior-mutability.stderr
pretty.rs: Update Closure and Generator print
[rust.git] / src / test / ui / interior-mutability / interior-mutability.stderr
index 3e19746cc5cb8d1230fe8d3ef9f6b9bef31b5159..dd43da11664453e0108bbac3f294459934adf965 100644 (file)
@@ -12,7 +12,7 @@ LL | pub fn catch_unwind<F: FnOnce() -> R + UnwindSafe, R>(f: F) -> Result<R> {
    = help: within `Cell<i32>`, the trait `RefUnwindSafe` is not implemented for `UnsafeCell<i32>`
    = note: required because it appears within the type `Cell<i32>`
    = note: required because of the requirements on the impl of `UnwindSafe` for `&Cell<i32>`
-   = note: required because it appears within the type `[closure@$DIR/interior-mutability.rs:5:18: 5:35 x:&Cell<i32>]`
+   = note: required because it appears within the type `[closure@$DIR/interior-mutability.rs:5:18: 5:35]`
 
 error: aborting due to previous error