about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-06-06 13:21:18 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-07-05 12:38:42 -0700
commit50ee1ec1b4f107122d8037ac7b0b312afa6eb0ac (patch)
tree6e812d9727a61ccea67f3bc922557d6d45736fbd /src/rustllvm/ExecutionEngineWrapper.cpp
parentaaff4e05e19b48d81e4ecb3337f288f42d06edd0 (diff)
downloadrust-50ee1ec1b4f107122d8037ac7b0b312afa6eb0ac.tar.gz
rust-50ee1ec1b4f107122d8037ac7b0b312afa6eb0ac.zip
rustc: Remove CrateId and all related support
This commit removes all support in the compiler for the #[crate_id] attribute
and all of its derivative infrastructure. A list of the functionality removed is:

* The #[crate_id] attribute no longer exists
* There is no longer the concept of a version of a crate
* Version numbers are no longer appended to symbol names
* The --crate-id command line option has been removed

To migrate forward, rename #[crate_id] to #[crate_name] and only the name of the
crate itself should be mentioned. The version/path of the old crate id should be
removed.

For a transitionary state, the #[crate_id] attribute is still accepted if
the #[crate_name] is not present, but it is warned about if it is the only
identifier present.

RFC: 0035-remove-crate-id
[breaking-change]
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions