summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/lazy-norm/cast-checks-handling-projections.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/typeck/lazy-norm/cast-checks-handling-projections.rs')
-rw-r--r--tests/ui/typeck/lazy-norm/cast-checks-handling-projections.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ui/typeck/lazy-norm/cast-checks-handling-projections.rs b/tests/ui/typeck/lazy-norm/cast-checks-handling-projections.rs
deleted file mode 100644
index 5ff567cd0..000000000
--- a/tests/ui/typeck/lazy-norm/cast-checks-handling-projections.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-// compile-flags: -Ztrait-solver=next
-// known-bug: unknown
-
-fn main() {
- (0u8 + 0u8) as char;
-}