summaryrefslogtreecommitdiffstats
path: root/src/test/ui/nll/issue-98693.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/nll/issue-98693.rs')
-rw-r--r--src/test/ui/nll/issue-98693.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/nll/issue-98693.rs b/src/test/ui/nll/issue-98693.rs
index 18e6ec630..7a325e2e9 100644
--- a/src/test/ui/nll/issue-98693.rs
+++ b/src/test/ui/nll/issue-98693.rs
@@ -13,8 +13,8 @@ where
fn test<T>() {
|| {
- //~^ ERROR the parameter type `T` may not live long enough
assert_static::<T>();
+ //~^ ERROR the parameter type `T` may not live long enough
};
}