diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2016-11-10 19:08:21 +0200 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2016-11-28 04:18:11 +0200 |
| commit | 9aaf26e7aa4068d7e5643b136fb70ecd689a746d (patch) | |
| tree | 60fdabfe4a91fa16c2b24d8d310bc3ff50ca28cc /src/test/ui/span | |
| parent | f97c132cac79ef6bdf9f950b415c67bb43af387a (diff) | |
| download | rust-9aaf26e7aa4068d7e5643b136fb70ecd689a746d.tar.gz rust-9aaf26e7aa4068d7e5643b136fb70ecd689a746d.zip | |
rustc: rework stability to be on-demand for type-directed lookup.
Diffstat (limited to 'src/test/ui/span')
| -rw-r--r-- | src/test/ui/span/issue-23827.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/span/issue-23827.rs b/src/test/ui/span/issue-23827.rs index a5ab443597b..01269714c16 100644 --- a/src/test/ui/span/issue-23827.rs +++ b/src/test/ui/span/issue-23827.rs @@ -10,7 +10,7 @@ // Regression test for #23827 -#![feature(core, unboxed_closures)] +#![feature(core, fn_traits, unboxed_closures)] pub struct Prototype { pub target: u32 |
