Skip to content

Commit e46dcbc

Browse files
zachs18lcnr
andauthored
Fix typo in tests/ui/dyn-compatibility/pointeesized.rs
Co-authored-by: lcnr <rust@lcnr.de>
1 parent 1774dd8 commit e46dcbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ui/dyn-compatibility/pointeesized.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ run-pass
2-
//! This test and `sized-*.rs` and `metaesized.rs` test that dyn-compatibility correctly
2+
//! This test and `sized-*.rs` and `metasized.rs` test that dyn-compatibility correctly
33
//! handles sizedness traits, which are special in several parts of the compiler.
44
#![feature(sized_hierarchy)]
55
// PointeeSized is effectively removed before reaching the trait solver,

0 commit comments

Comments
 (0)