diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2018-03-05 19:29:05 -0300 | 
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2018-03-06 10:34:46 -0300 | 
| commit | ec761903ec37df5fe6976be1e25079d8f8cbb494 (patch) | |
| tree | 65305e6b9448ea8e5fb20ca31ce8acdfd860160f /src/test/ui/nll/capture-ref-in-struct.rs | |
| parent | 6f2100b92cb14fbea2102701af6a3ac5814bd06c (diff) | |
| download | rust-ec761903ec37df5fe6976be1e25079d8f8cbb494.tar.gz rust-ec761903ec37df5fe6976be1e25079d8f8cbb494.zip  | |
Remove nll-dump-cause flag and always track causes
Diffstat (limited to 'src/test/ui/nll/capture-ref-in-struct.rs')
| -rw-r--r-- | src/test/ui/nll/capture-ref-in-struct.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/nll/capture-ref-in-struct.rs b/src/test/ui/nll/capture-ref-in-struct.rs index 74b086ab18a..f49e06bd9e8 100644 --- a/src/test/ui/nll/capture-ref-in-struct.rs +++ b/src/test/ui/nll/capture-ref-in-struct.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// compile-flags:-Znll-dump-cause - // Test that a structure which tries to store a pointer to `y` into // `p` (indirectly) fails to compile.  | 
