This repository was archived by the owner on Dec 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2017 The Rust Project Developers. See the COPYRIGHT
2- // at http://rust-lang.org/COPYRIGHT.
3- //
4- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7- // option. This file may not be copied, modified, or distributed
8- // except according to those terms.
9-
101/// Used to configure save-analysis.
112#[ cfg_attr( feature = "serialize-serde" , derive( Serialize , Deserialize ) ) ]
123#[ cfg_attr( feature = "serialize-rustc" , derive( RustcDecodable , RustcEncodable ) ) ]
Original file line number Diff line number Diff line change 1- // Copyright 2017 The Rust Project Developers. See the COPYRIGHT
2- // at http://rust-lang.org/COPYRIGHT.
3- //
4- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7- // option. This file may not be copied, modified, or distributed
8- // except according to those terms.
9-
101#![ cfg_attr( rustbuild, feature( staged_api, rustc_private) ) ]
112#![ cfg_attr( rustbuild, unstable( feature = "rustc_private" , issue = "27812" ) ) ]
123
You can’t perform that action at this time.
0 commit comments